Skip to content

Commit ee74ca5

Browse files
committed
edit settings
1 parent b6d47d2 commit ee74ca5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/settings.py

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

3030

3131
REST_FRAMEWORK = {
32-
3332
'DEFAULT_PERMISSION_CLASSES': (
3433
'rest_framework.permissions.IsAuthenticated',
3534
),
36-
3735
'DEFAULT_AUTHENTICATION_CLASSES': (
3836
'rest_framework.authentication.TokenAuthentication',
3937
)

0 commit comments

Comments
 (0)