Removed unused package files
This commit is contained in:
parent
dee17a8223
commit
9a2b160188
@ -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_"
|
|
||||||
@ -42,9 +42,6 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'account_manager',
|
'account_manager',
|
||||||
'account_helper',
|
'account_helper',
|
||||||
'rest_framework',
|
|
||||||
'rest_framework.authtoken',
|
|
||||||
'djoser',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|||||||
Reference in New Issue
Block a user