mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-04 13:44:47 +00:00
5 lines
131 B
Python
5 lines
131 B
Python
from . import importer
|
|
|
|
importer.install(check_options=True)
|
|
|
|
from django.core.management import execute_from_command_line # noqa
|