mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-14 04:01:01 +00:00
5 lines
113 B
Python
5 lines
113 B
Python
from . import importer
|
|
|
|
importer.install()
|
|
|
|
from django.core.management import execute_from_command_line # noqa
|