Add some admin useful informations and SQL optimisation

This commit is contained in:
loulous27 2025-12-07 23:15:32 +01:00
parent c4278ec85e
commit 9020074df8
3 changed files with 19 additions and 4 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 = False
DEBUG = True
ALLOWED_HOSTS = [
"127.0.0.1",