dav_base: moved constants into config
Run tests / Execute tox to run the test suite (push) Successful in 3m36s

This commit is contained in:
2026-06-10 15:06:18 +02:00
parent f116d7b3bd
commit 8d40f0cb4f
6 changed files with 5 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
DJANGO_MAIN_MODULE = 'main'
MODULES_CONFIG_FILE_NAME = 'module_config.json'
MODULE_APP_SETTINGS_PREFIX = 'settings-'