mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
added missing semicolon
This commit is contained in:
parent
a55dfaa488
commit
7f7f0b6ffb
|
@ -13,7 +13,7 @@ For example your project's `settings.py` file might include something like this:
|
||||||
REST_FRAMEWORK = {
|
REST_FRAMEWORK = {
|
||||||
'DEFAULT_RENDERER_CLASSES': (
|
'DEFAULT_RENDERER_CLASSES': (
|
||||||
'rest_framework.renderers.YAMLRenderer',
|
'rest_framework.renderers.YAMLRenderer',
|
||||||
)
|
),
|
||||||
'DEFAULT_PARSER_CLASSES': (
|
'DEFAULT_PARSER_CLASSES': (
|
||||||
'rest_framework.parsers.YAMLParser',
|
'rest_framework.parsers.YAMLParser',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user