Parcourir la source

Move ldapdb in INSTALLED_APP before admin

Fabs il y a 10 ans
Parent
commit
1695d97a88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -146,6 +146,7 @@ INSTALLED_APPS = (
     'django.contrib.contenttypes',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sessions',
     #'django.contrib.sites',
     #'django.contrib.sites',
+    'ldapdb',  # LDAP as database backend
     'django.contrib.messages',
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'django.contrib.staticfiles',
     # Uncomment the next line to enable the admin:
     # Uncomment the next line to enable the admin:
@@ -153,7 +154,6 @@ INSTALLED_APPS = (
     # Uncomment the next line to enable admin documentation:
     # Uncomment the next line to enable admin documentation:
     #'django.contrib.admindocs',
     #'django.contrib.admindocs',
     'south',
     'south',
-    'ldapdb',  # LDAP as database backend
     'autocomplete_light', #Automagic autocomplete foreingkey form component
     'autocomplete_light', #Automagic autocomplete foreingkey form component
     'activelink', #Detect if a link match actual page
     'activelink', #Detect if a link match actual page
     'coin',
     'coin',