Skip to content

Commit

Permalink
Fix DEFAULT_THROTTLE_RATES docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpeterson committed Nov 11, 2014
1 parent 2a2952d commit b970e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -143,7 +143,7 @@ The default throttle rates are:
'logins': '10/hour'
'passwords': '3/hour'

You can customise the throttling rates by setting `REST_FRAMEWORK.DEFAULT_THROTTLE_RATES`
You can customise the throttling rates by setting `REST_FRAMEWORK['DEFAULT_THROTTLE_RATES']`
in your `settings.py`:

REST_FRAMEWORK = {
Expand Down

0 comments on commit b970e58

Please sign in to comment.