Merge pull request #136 from levivm/feature/new_digitalglarus
added debug=false to prod settings
This commit is contained in:
commit
6b9d450f34
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ADMINS = (
|
||||||
|
|
||||||
)
|
)
|
||||||
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
|
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
|
||||||
|
DEBUG=False
|
||||||
|
|
||||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue