Read only policy support

This commit is contained in:
2024-10-04 12:58:40 +02:00
parent 379fef4b00
commit 9b7b903c57
13 changed files with 544 additions and 274 deletions

View File

@ -38,6 +38,7 @@ class DevelopmentConfig(BaseConfig):
DEBUG = True
ENVIRONMENT = "develop"
TEMPLATES_AUTO_RELOAD = True
class TestingConfig(BaseConfig):