Redis – How to Ratelimit a URL path with wagtail?
I am in the process of migrating an existing django project to use wagtail CMS. I am unclear how I can ratelimit using wagtail, I see nothing about it in the documentation. Take the following example: Before integrating wagtail, I…