2012-07-21 13:56:04 +00:00
|
|
|
from . import importer
|
|
|
|
|
|
|
|
|
|
importer.install()
|
|
|
|
|
|
2021-10-25 13:52:21 +00:00
|
|
|
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()
|