Coverage for config_local.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-26 00:11 +0000
« prev ^ index » next coverage.py v7.6.9, created at 2024-12-26 00:11 +0000
1from ivatar.settings import TEMPLATES
2TEMPLATES[0]["OPTIONS"]["debug"] = True
3DEBUG = True
4from config import CACHES
5CACHES['default'] = CACHES['filesystem']