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

@@ -1,3 +1,4 @@
{
"url_prefix": "registration"
"url_prefix": "registration",
"app_config": ".apps.AppConfig"
}