mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-13 10:00:53 +03:00
fixed missplaced semicolon
This commit is contained in:
parent
5164f5d797
commit
741b387f35
|
@ -136,8 +136,8 @@ For example, given the following views...
|
||||||
|
|
||||||
REST_FRAMEWORK = {
|
REST_FRAMEWORK = {
|
||||||
'DEFAULT_THROTTLE_CLASSES': (
|
'DEFAULT_THROTTLE_CLASSES': (
|
||||||
'rest_framework.throttles.ScopedRateThrottle',
|
'rest_framework.throttles.ScopedRateThrottle'
|
||||||
)
|
),
|
||||||
'DEFAULT_THROTTLE_RATES': {
|
'DEFAULT_THROTTLE_RATES': {
|
||||||
'contacts': '1000/day',
|
'contacts': '1000/day',
|
||||||
'uploads': '20/day'
|
'uploads': '20/day'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user