Skip to content

Commit

Permalink
Merge pull request #304 from siddydutta/fix/docs-middleware
Browse files Browse the repository at this point in the history
Fix: Update 429.rst
  • Loading branch information
jsocol committed Sep 28, 2023
2 parents afc0b4c + e14f2bd commit 463f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook/429.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ must define ``RATELIMIT_VIEW`` as a dotted-path to your error view:
MIDDLEWARE = (
# ... toward the bottom ...
'ratelimit.middleware.RatelimitMiddleware',
'django_ratelimit.middleware.RatelimitMiddleware',
# ...
)
Expand Down

0 comments on commit 463f936

Please sign in to comment.