mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
Add missing trailing commas
This commit is contained in:
parent
8e67176a48
commit
d9dc916785
|
@ -6,12 +6,12 @@ REST_FRAMEWORK = {
|
|||
'DEFAULT_RENDERER_CLASSES': [
|
||||
'rest_framework.renderers.JSONRenderer',
|
||||
'rest_framework.renderers.TemplateHTMLRenderer',
|
||||
]
|
||||
],
|
||||
'DEFAULT_PARSER_CLASSES': [
|
||||
'rest_framework.parsers.JSONParser',
|
||||
'rest_framework.parsers.FormParser',
|
||||
'rest_framework.parsers.MultiPartParser'
|
||||
]
|
||||
'rest_framework.parsers.MultiPartParser',
|
||||
],
|
||||
}
|
||||
|
||||
This module provides the `api_setting` object, that is used to access
|
||||
|
|
Loading…
Reference in New Issue
Block a user