diff --git a/core/ldap_setting.py b/core/ldap_setting.py deleted file mode 100644 index e69de29..0000000 diff --git a/core/mypackage.ldap b/core/mypackage.ldap deleted file mode 100644 index af5b2bd..0000000 --- a/core/mypackage.ldap +++ /dev/null @@ -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_" \ No newline at end of file diff --git a/core/settings.py b/core/settings.py index 69fb8b3..92dc1a6 100644 --- a/core/settings.py +++ b/core/settings.py @@ -42,9 +42,6 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', 'account_manager', 'account_helper', - 'rest_framework', - 'rest_framework.authtoken', - 'djoser', ] MIDDLEWARE = [