mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
from . import importer
|
|
|
|
importer.install()
|
|
|
|
from django.core.servers.fastcgi import runfastcgi # noqa
|