Tuomas Suutari

Results 9 comments of Tuomas Suutari

How about a `[pip-tools]` section in `setup.cfg`? Most Python tools can read their config from `setup.cfg` (e.g. pytest, flake8, isort, etc.) and IMHO it's nicer to have fewer files in...

@xdave Can you check if PR #57 fixes this? At least it helped me to resolve a problem with very similar error message.

Maybe the view should be decorated with `@vary_on_headers('Authorization')`? See `https://docs.djangoproject.com/en/2.2/topics/cache/#using-vary-headers for more info about this decorator.

Shouldn't the cache be invalidated when adding a new ResponseType (or changing existing)?

I don't know how actively this project is maintained, but the presumption in the question is wrong. There are newer commits than two years on the develop branch, latest from...

You can use the `verify_auth_token` endpoint to get the user details.

> I'd like to use your workflow with another jwt authentication library for django-rest-framework: > https://github.com/davesque/django-rest-framework-simplejwt > > This is the one linked from the official DRF docs now. >...

This might also be caused by misspelling the requirement name in the source requirements so it might be a good idea to add a hint to the error message such...

Thanks! I think it should also update the generated txt file and install the new package (with its requirements) too. There should also be a flag for selecting the "label",...