feat: admin panel enrichment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user