Merge branch 'dev'

This commit is contained in:
Jonas Winkler 2020-10-29 23:17:28 +01:00
commit 7bcaec505e

View File

@ -101,7 +101,6 @@ INSTALLED_APPS = [
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.TokenAuthentication',
'paperless.auth.QueryTokenAuthentication'
],