fix issues getting correct changesets as an authenticated user

This commit is contained in:
Laura Klünder 2017-06-18 21:09:29 +02:00
parent b6d2445250
commit 3d237e8a62
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ USE_TZ = True
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.TokenAuthentication',
'rest_framework.authentication.SessionAuthentication',
),
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.AllowAny',