Fix code sample indention

This commit is contained in:
Stephan Groß 2016-03-21 10:23:34 +00:00
parent 3785281d4c
commit 0056703fe8

View File

@ -54,7 +54,7 @@ Or apply the style globally, using the `DEFAULT_PAGINATION_CLASS` settings key.
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination'
}
}
---