-
The users role (e.g. `attendee` or `poster`) should be included in the JSON web tokens sent from the back end.
This will simplify things on the front end, and allow easily sending the role to the N…
-
-
The way the query params are build for sorting purposes doesn't play nice with the default filtering solution from Django Rest Framework.
Backbone Paginator is using two parameters to describe the fi…
-
# Feature Request
## Description
`drf-yasg` already has integration with [djangorestframework-recursive](https://github.com/heywbj/django-rest-framework-recursive), and it works as expected. How…
kytta updated
2 months ago
-
Hey, I'm not understanding which version of the stubs I need to install?
These are my installed modules per `pip list`.
```bash
django-stubs 4.2.7
django-stubs-ext 5.0.4
…
-
i am trying to convert reponse from elastic search object in json
`jsonvar.append(hit.to_dict())`
but i also want meta of response to be converted with the same object. Because in the response it is…
-
**Describe the bug**
I can get both responses and requests to work fine using pydantic by simply using a pydantic BaseModel instead of a `rest_framework.serializers.Serializer`. However, when I try t…
-
I'm giving this self-hosting this a whirl. I had some problems with my installation, and so I retraced everything back from a fresh installation to try and pinpoint this, and it seems that downloading…
-
Create API endpoints for searching main objects based on keywords using Django Rest Framework.
Your task is to build the API endpoints that will allow users to search for main objects based on keyw…
-
**Description:**
The NASA datasets are contained in collections that can be loaded in json format. However, to load data into a dashboard from the given API endpoints didn't work.
**Proposition:**…