django-configurations/configurations/wsgi.py

9 lines
182 B
Python
Raw Normal View History

2012-07-21 13:56:04 +00:00
from . import importer
importer.install()
from django.core.wsgi import get_wsgi_application # noqa: E402
2012-07-21 13:56:04 +00:00
# this is just for the crazy ones
application = get_wsgi_application()