fix: Removed usage of djangoratelimitbackend. (#30116)

* fix: Removed usage of djangoratelimitbackend.
This commit is contained in:
Awais Qureshi
2022-03-25 15:27:39 +05:00
committed by GitHub
parent 935c01c9ee
commit bc45f1ee48
14 changed files with 28 additions and 98 deletions

View File

@@ -1,4 +0,0 @@
"""
A utility class which wraps the RateLimitMixin 3rd party class to do bad request counting
which can be used for rate limiting
"""