mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
6 lines
183 B
Python
6 lines
183 B
Python
from . import importer
|
|
|
|
importer.install(check_options=True)
|
|
|
|
from django.core.management import (execute_from_command_line, # noqa
|
|
call_command)
|