Update project configuration and templates

This commit is contained in:
AVS
2026-08-05 16:56:06 +05:00
parent da6b107066
commit 85fa94ae92
7 changed files with 327 additions and 302 deletions
+2
View File
@@ -32,3 +32,5 @@ if ALLOWED_ADMIN_IPS:
]
else:
ALLOWED_ADMIN_IPS = []
ADMIN_PANEL_ENABLED = os.getenv("ADMIN_PANEL_ENABLED", "false").lower() == "true"