jsocol/django-ratelimit
GitHub で見るDocumentation for custom get_usage / is_rate_limited needed.
Open
#309 opened on 2023年11月13日
help wanted
説明
I am looking to do some conditional rate limiting , and I see the documentation about customizing get_usage and is_ratelimited.
It' not clear how to use these methods after customization. Do you still call them using the decorator?
Are there any examples?