Skip to content

Commit b308cc1

Browse files
committed
adding unittests for apis
1 parent 6f01a47 commit b308cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_project/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
else ("rest_framework.permissions.IsAuthenticated",),
276276
"DEFAULT_AUTHENTICATION_CLASSES": (
277277
"rest_framework.authentication.TokenAuthentication",
278-
# "rest_framework.authentication.SessionAuthentication",
278+
"rest_framework.authentication.SessionAuthentication",
279279
)
280280
if DEBUG
281281
else ("rest_framework.authentication.TokenAuthentication",),

0 commit comments

Comments
 (0)