Removed unused package files

This commit is contained in:
Götz 2019-04-05 19:04:09 +02:00
parent dee17a8223
commit 9a2b160188
3 changed files with 0 additions and 12 deletions

View File

View File

@ -1,9 +0,0 @@
from django_auth_ldap.backend import LDAPBackend
class LDAPBackend1(LDAPBackend):
settings_prefix = "AUTH_LDAP_1_"
class LDAPBackend2(LDAPBackend):
settings_prefix = "AUTH_LDAP_2_"

View File

@ -42,9 +42,6 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'account_manager',
'account_helper',
'rest_framework',
'rest_framework.authtoken',
'djoser',
]
MIDDLEWARE = [