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 @@ from importlib.resources import files as resource_files
|
||||
from django.conf import settings
|
||||
from django.urls import re_path, include
|
||||
|
||||
from ..constants import DJANGO_MAIN_MODULE, MODULES_CONFIG_FILE_NAME
|
||||
from ..config import DJANGO_MAIN_MODULE, MODULES_CONFIG_FILE_NAME
|
||||
|
||||
|
||||
class ModuleConfigError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user