Revert "Correction on cache"

This reverts commit 37220efe96
This commit is contained in:
loulous27 2025-12-04 16:49:53 +01:00
parent 37220efe96
commit e644778673
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = "CHANGE ME"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = [
"127.0.0.1",