mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-12 11:11:05 +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
|