mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-17 06:30:28 +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)
|