-
Running `python manage.py compress --force` I am getting the error:
> Invalid template django_filters/rest_framework/crispy_form.html: 'crispy_forms_tags' is not a registered tag library.
Howev…
-
## Describe the bug
When trying to get a JWT token via "convert-token" the response is an error "Your credentials aren't allowed"
## To Reproduce
Send a request to receive a token on convert-toke…
-
According to [issue #5838 on the DRF repository](https://github.com/encode/django-rest-framework/issues/5838) and a [PR](https://github.com/encode/django-rest-framework/pull/5251) raised there, [djang…
-
All model and view will be coded to DRF to make use of Frontend framework of Next.js
-
To use TenantModel with Django Rest Framework's ViewSets, the following refactor was necessary:
```python
# before
class MyModelViewSet(GenericViewSet):
queryset = MyModel.objects.all()
```
``…
-
As in the title, I've got simple Django app where I use `rest_framework_simplejwt`. Other flows like i.e. user's creation work flawlessly, although I've encountered an issue with `DELETE` `/users/me/`…
-
this was in drf-yasg,, so would be great if this package also provide a 3.0/3.1 compatible schema for JSON:API
-
https://crisp.im/blog/why-you-should-never-use-firebase-realtime-database/
-
### How do you use Sentry?
Self-hosted/on-premise
### Version
2.2.0
### Steps to Reproduce
[requirements.txt](https://gist.github.com/mihalikv/cdec9a0e7bc1b965ae385e7fb5d9a284)
setti…
-
Hi @vitalik ,
first of all congrats for your work in this project! I really like it. I've a simple question, sorry if this is a trivial one! ;)
In Django Rest Framework we can integrate JWT authenti…