dav_base: moved constants into config
Run tests / Execute tox to run the test suite (push) Successful in 3m36s
Run tests / Execute tox to run the test suite (push) Successful in 3m36s
This commit is contained in:
@@ -3,7 +3,7 @@ from importlib.resources import files as resource_files
|
||||
from django.conf import settings
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from dav_base.constants import DJANGO_MAIN_MODULE, MODULE_APP_SETTINGS_PREFIX
|
||||
from dav_base.config import DJANGO_MAIN_MODULE, MODULE_APP_SETTINGS_PREFIX
|
||||
from dav_base.config.modules import ModuleMeta
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user