Skip to content

Commit b6d47d2

Browse files
committed
edit settings
1 parent 2d51d90 commit b6d47d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929

3030

3131
REST_FRAMEWORK = {
32+
3233
'DEFAULT_PERMISSION_CLASSES': (
3334
'rest_framework.permissions.IsAuthenticated',
3435
),
36+
3537
'DEFAULT_AUTHENTICATION_CLASSES': (
3638
'rest_framework.authentication.TokenAuthentication',
3739
)

0 commit comments

Comments
 (0)