added debug=false to prod settings

This commit is contained in:
Levi 2016-10-23 18:18:49 -05:00
parent 735089785b
commit 98c6bb3ec8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ADMINS = (
)
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
DEBUG=False
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'