PonyConf/ponyconf/local_settings.py.example
2016-07-23 12:05:29 +02:00

15 lines
333 B
Plaintext

from ponyconf.settings import *
SECRET_KEY = 'CHANGE ME'
DEFAULT_FROM_EMAIL = 'noreply@example.com'
REPLY_EMAIL = 'reply@example.com'
REPLY_KEY = 'CHANGE ME'
SERVER_EMAIL = 'ponyconf@example.com'
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp'
TIME_ZONE = 'Europe/Paris'
LANGUAGE_CODE = 'fr-FR'