django-brake icon indicating copy to clipboard operation
django-brake copied to clipboard

Django Brake - a versatile ratelimiting app for Django.

Results 2 django-brake issues
Sort by recently updated
recently updated
newest added

@gmcquillan In a Django app of mine, I've been using Django-brake to ratelimit certain views (mostly using the decorator `@ratelimit(rate='1/s')`). Just a while ago, I installed the memcached backend in...

bug

Use raw strings when specifying regexes to ensure that special sequences are not interpreted as escape sequences. Additionally, while they both utilize the backslash `\`, escape sequences (`\n`, `\t`, etc.)...