mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-17 06:30:28 +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
|