remove guardian completely
This commit is contained in:
parent
11b5860d4a
commit
595a6c7fe6
|
@ -60,7 +60,6 @@ LANGUAGE_COOKIE_NAME = 'passbook_language'
|
|||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
'guardian.backends.ObjectPermissionBackend',
|
||||
]
|
||||
|
||||
# Application definition
|
||||
|
@ -75,7 +74,6 @@ INSTALLED_APPS = [
|
|||
'django.contrib.postgres',
|
||||
'rest_framework',
|
||||
'drf_yasg',
|
||||
'guardian',
|
||||
'passbook.core.apps.PassbookCoreConfig',
|
||||
'passbook.admin.apps.PassbookAdminConfig',
|
||||
'passbook.api.apps.PassbookAPIConfig',
|
||||
|
|
Reference in New Issue