Skip to content

Commit 9337696

Browse files
committed
- chore: set API renderer to json renderer
1 parent 45e73c4 commit 9337696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"DEFAULT_AUTHENTICATION_CLASSES": (
142142
"api.authentication.backends.ActiveSessionAuthentication",
143143
),
144+
"DEFAULT_RENDERER_CLASSES": ("rest_framework.renderers.JSONRenderer",),
144145
}
145146

146147
# ##################################################################### #

0 commit comments

Comments
 (0)