1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 13:27:09 +00:00
plateforme-tfjm2/tfjm/settings_dev.py

6 lines
191 B
Python
Raw Normal View History

2020-05-05 04:16:31 +00:00
# Database
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
2020-09-19 19:13:45 +00:00
EMAIL_BACKEND = 'mailer.backend.DbBackend'
MAILER_EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'