mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-23 00:04:49 +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)
|