feat: admin panel enrichment

This commit is contained in:
mohamad
2026-07-19 14:31:28 +03:30
parent d8d7819eca
commit 1042fba121
77 changed files with 4616 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@ from .base import * # noqa: F401, F403, E402
DEBUG = True
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
SECRET_KEY = os.environ.get(
"DJANGO_SECRET_KEY",
"django-insecure-development-key-not-for-production-use",