Projet

Général

Profil

Télécharger (340 octets) Statistiques
| Branche: | Tag: | Révision:

root / debian / settings.py @ ca49c413

1
DEBUG = False
2
TEMPLATE_DEBUG = False
3

    
4
ALLOWED_HOSTS = [
5
        '*',
6
]
7

    
8
LANGUAGE_CODE = 'fr-fr'
9
TIME_ZONE = 'Europe/Paris'
10

    
11
# LDAP_CONF = {
12
#     'url': 'ldap://localhost',
13
#     'bind_dn': 'cn=admin,dc=dev,dc=entrouvert,dc=org',
14
#     'options': {},
15
#     'bind_passwd': 'changeme',
16
#     'dn': 'ou=users,dc=dev,dc=entrouvert,dc=org',
17
# }
(10-10/16)