remove guardian completely

This commit is contained in:
Jens Langhammer 2019-04-29 20:57:54 +02:00
parent 11b5860d4a
commit 595a6c7fe6
1 changed files with 0 additions and 2 deletions

View File

@ -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',