Mercurial > sat_legacy_website
comparison sat_website/local_settings.py @ 66:64977f537e9b
fixes typo
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 16 May 2015 18:45:05 +0200 |
parents | 26353615cc2e |
children | a14845624e01 |
comparison
equal
deleted
inserted
replaced
65:26353615cc2e | 66:64977f537e9b |
---|---|
31 | 31 |
32 # print email to stdout instead of actually sending it | 32 # print email to stdout instead of actually sending it |
33 # EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' | 33 # EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
34 | 34 |
35 FORM_FROM_EMAIL = 'no-reply@example.net' | 35 FORM_FROM_EMAIL = 'no-reply@example.net' |
36 FORM_TO_EMAIL = ['email@example.net'] | 36 FORM_TO_EMAILS = ['email@example.net'] |
37 | 37 |
38 | 38 |
39 # Application definition | 39 # Application definition |
40 | 40 |
41 INSTALLED_APPS = ( | 41 INSTALLED_APPS = ( |