Browse Source

Remove useless django-ldapbackend dep.

Fabs 11 years ago
parent
commit
a23ca2fe97
1 changed files with 0 additions and 1 deletions
  1. 0 1
      coin/settings.py

+ 0 - 1
coin/settings.py

@@ -142,7 +142,6 @@ INSTALLED_APPS = (
     'django.contrib.admindocs',
     'south',
     'ldapdb', #LDAP as database backend
-    'django_ldapbackend', #LDAP for authentfication
     'coin.members'
 )