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:
@@ -4,7 +4,7 @@ import re
|
||||
from django.apps import AppConfig as _AppConfig
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
||||
from ..constants import DJANGO_MAIN_MODULE, MODULE_APP_SETTINGS_PREFIX
|
||||
from ..config import DJANGO_MAIN_MODULE, MODULE_APP_SETTINGS_PREFIX
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user