mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-08 23:54:46 +00:00
8 lines
193 B
Python
8 lines
193 B
Python
from . import importer
|
|
from .errors import with_error_handler
|
|
|
|
importer.install()
|
|
|
|
from django.core.servers.fastcgi import dj_runfastcgi # noqa
|
|
|
|
runfastcgi = with_error_handler(dj_runfastcgi)
|