anveshagarwal

Results 2 issues of anveshagarwal

Closed issue: https://github.com/jsocol/django-ratelimit/issues/252 I tried to reproduce this behaviour in a python:3.7 docker instance. (for platform independence) 1. Run python 3.7 docker image with shell access: `sudo docker run -it...

If I extend `AbstractApplication` from `oauth2_provider` to make a custom application_model say `custom.Application` , then the migrations of this **custom** model should run prior too the `oauth2_provider.migrations.0001_inital.py` as **this** migration...