Ronan Boiteau
Results
2
issues of
Ronan Boiteau
When running `tox` locally I get the following error: ```txt configparser.DuplicateOptionError: While reading from '/Users/ronan/Projects/django-ratelimit/tox.ini' [line 22]: option 'allowlist_externals' in section 'testenv' already exists ``` The option `allowlist_externals` seems indeed...
Support rate limiting on the key `data` for use with Django REST Framework's [`Request.data`](https://www.django-rest-framework.org/api-guide/requests/#data)