mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 08:52:14 +02:00
Restart the project in Django
This commit is contained in:
5
corres2math/settings_dev.py
Normal file
5
corres2math/settings_dev.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
||||
|
||||
EMAIL_BACKEND = 'mailer.backend.DbBackend'
|
||||
MAILER_EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
Reference in New Issue
Block a user