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