Posílání e-mailů z lokální instance

This commit is contained in:
Pavel "LEdoian" Turinsky 2020-09-04 17:21:30 +02:00
parent 090d7be794
commit 4f42621fb3

View file

@ -94,4 +94,6 @@ LOGGING = {
# set to 'DEBUG' for EXTRA verbose output
# LOGGING['handlers']['console']['level'] = 'INFO'
# E-maily posílat chceme, ale do terminálu :-)
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
SEND_EMAIL_NOTIFICATIONS = True