* fix: remove the usage of django-ratelimit-backend Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
5 lines
134 B
Python
5 lines
134 B
Python
"""
|
|
A utility class which wraps the RateLimitMixin 3rd party class to do bad request counting
|
|
which can be used for rate limiting
|
|
"""
|