Mercurial > sat_legacy_website
comparison sat_website/local_settings.py @ 41:1a0f24401866
send adhesion form results via email to the admins and the new member
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 03 Feb 2015 15:15:59 +0100 |
parents | dfe7139dae0a |
children | bfa8009f0769 |
comparison
equal
deleted
inserted
replaced
40:dfe7139dae0a | 41:1a0f24401866 |
---|---|
23 | 23 |
24 # SECURITY WARNING: don't run with debug turned on in production! | 24 # SECURITY WARNING: don't run with debug turned on in production! |
25 DEBUG = True | 25 DEBUG = True |
26 | 26 |
27 TEMPLATE_DEBUG = DEBUG | 27 TEMPLATE_DEBUG = DEBUG |
28 | |
29 | |
30 # Email settings | |
31 | |
32 # print email to stdout instead of actually sending it | |
33 EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' | |
34 | |
35 DEFAULT_FROM_EMAIL = u'contact@salut-a-toi.org' | |
36 | |
37 ADMINS = ((u'Salut à Toi', 'contact@salut-a-toi.org'),) | |
28 | 38 |
29 | 39 |
30 # Application definition | 40 # Application definition |
31 | 41 |
32 INSTALLED_APPS = ( | 42 INSTALLED_APPS = ( |