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:
@@ -5,7 +5,7 @@ import sys
|
||||
from importlib.resources import files as resource_files
|
||||
from django.core.management import execute_from_command_line
|
||||
|
||||
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 ModuleConfig
|
||||
|
||||
VERSION = '0.1'
|
||||
|
||||
Reference in New Issue
Block a user