mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
8 lines
180 B
Python
8 lines
180 B
Python
from . import importer
|
|
|
|
importer.install()
|
|
|
|
from django.core.asgi import get_asgi_application # noqa: E402
|
|
|
|
# this is just for the crazy ones
|
|
application = get_asgi_application()
|