DEBUG = False TEMPLATE_DEBUG = False ALLOWED_HOSTS = [ '*', ] LANGUAGE_CODE = 'fr-fr' TIME_ZONE = 'Europe/Paris' # LDAP_CONF = { # 'url': 'ldap://localhost', # 'bind_dn': 'cn=admin,dc=dev,dc=entrouvert,dc=org', # 'options': {}, # 'bind_passwd': 'changeme', # 'dn': 'ou=users,dc=dev,dc=entrouvert,dc=org', # }