| author | ymh <ymh.work@gmail.com> |
| Thu, 15 Jun 2017 13:00:32 +0200 | |
| changeset 39 | cb014270bdc6 |
| parent 24 | 3b3999550508 |
| permissions | -rw-r--r-- |
""" WSGI config for irinotes 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/1.11/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault("DJANGO_SETTINGS_MODULE", "irinotes.settings") application = get_wsgi_application()