Replaced default_app_config variable by module config to locate the

AppConfig object
This commit is contained in:
2025-04-10 15:01:46 +02:00
parent 0438cf91c6
commit 62accd4197
12 changed files with 25 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ INSTALLED_APPS += [
'django_countries',
# 'django_extensions',
# Our main app
'dav_base',
'dav_base.apps.AppConfig',
]
# Add apps from our modules