fix issues getting correct changesets as an authenticated user
This commit is contained in:
parent
b6d2445250
commit
3d237e8a62
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue