Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit b49d4c1

Browse files
author
Stan Hu
committed
Fix missing comma in documentation
1 parent 38cadc4 commit b49d4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REST_FRAMEWORK = {
2626
),
2727
'DEFAULT_AUTHENTICATION_CLASSES': (
2828
'rest_framework.authentication.SessionAuthentication',
29-
'rest_framework.authentication.BasicAuthentication'
29+
'rest_framework.authentication.BasicAuthentication',
3030
'rest_framework_jwt.authentication.JSONWebTokenAuthentication',
3131
),
3232
}

0 commit comments

Comments
 (0)