| author | ymh <ymh.work@gmail.com> |
| Fri, 05 Jul 2019 15:58:49 +0200 | |
| changeset 38 | 58f02a3ca6a8 |
| parent 0 | c21813f95c41 |
| permissions | -rw-r--r-- |
""" WSGI config for iconolab_mcc project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/2.0/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault("DJANGO_SETTINGS_MODULE", "iconolab_mcc.settings.dev") application = get_wsgi_application()