mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-24 23:43:18 +03:00
commit
3a17391e27
|
@ -9,7 +9,7 @@ REST_FRAMEWORK = {
|
||||||
)
|
)
|
||||||
'DEFAULT_PARSER_CLASSES': (
|
'DEFAULT_PARSER_CLASSES': (
|
||||||
'rest_framework.parsers.JSONParser',
|
'rest_framework.parsers.JSONParser',
|
||||||
'rest_framework.parsers.TemplateHTMLRenderer',
|
'rest_framework.parsers.TemplateHTMLParser',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user