From b970e58ea6ab8d28f8342e3c99f9a31696eb7e32 Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Tue, 11 Nov 2014 21:35:32 +0000 Subject: [PATCH] Fix DEFAULT_THROTTLE_RATES docs again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b46b9fc..ae003d6 100644 --- a/README.md +++ b/README.md @@ -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 = {