Commit e9475d03 by Tom Christie

Tweak settings in quickstart guide

parent 115e61be
......@@ -126,7 +126,7 @@ We'd also like to set a few global settings. We'd like to turn on pagination, a
)
REST_FRAMEWORK = {
'PERMISSION_CLASSES': ('rest_framework.permissions.IsAdminUser'),
'DEFAULT_PERMISSIONS': ('rest_framework.permissions.IsAdminUser',),
'PAGINATE_BY': 10
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment