Browse Source

Add reglages

test_david
Gabriel Detraz 9 years ago
committed by root
parent
commit
b1d600e5f5
  1. 4
      re2o/settings_local.example.py

4
re2o/settings_local.example.py

@ -5,6 +5,10 @@ DB_PASSWORD = 'SUPER_SECRET'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ADMINS = [('Example', 'rezo-admin@example.org')]
SERVER_EMAIL = 'no-reply@example.org'
# Obligatoire, liste des host autorisés
ALLOWED_HOSTS = ['test.example.org']

Loading…
Cancel
Save