Set the default content type

This commit is contained in:
Sonny 2019-07-09 19:17:39 +02:00
parent 9c6be7357d
commit a798b9858c

View file

@ -115,4 +115,5 @@ REST_FRAMEWORK = {
"rest_framework.permissions.IsAuthenticated",
"newsreader.auth.permissions.IsOwner",
),
"DEFAULT_RENDERER_CLASSES": ("rest_framework.renderers.JSONRenderer",),
}