-
### How did you install WebODM (docker, installer, etc.)?
N/A
### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
N/A
### What is the …
-
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…
-
I use `django-filter` for filtering via query-strings. My filtersets contains `MultipleChoiceField`, and it parses query-string like `?field=1&field=2` to `field: [1, 2]`.
But in swagger view from…
b0g3r updated
2 weeks ago
-
Hi
I have an issue when I implement a filter on my ViewSet.. maybe it's something silly but I really don't know.
My ViewSet
class RestaurantViewSet(viewsets.ModelViewSet):
queryset = Restaur…
-
### Body:
I'm currently migrating my Django project from plain Django views to Django REST framework views. Specifically, I'm working on `expenses/views.py` and `templates/expenses/index.html`. Howev…
-
Hello , i have been playing around with this application , its really good! However , as my project is going to be using react.js as the front end , i was wondering if it is compatible in such a proje…
-
Following quick start tutorial:
https://djangogrpcframework.readthedocs.io/en/latest/quickstart.html
with Django 4.1.1
command
`python manage.py grpcrunserver --dev`
return error:
```
Trac…
-
This is my settings.py file -
```
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.BasicAuthentication',
# 'rest_framework.authenticat…
-
[django-userena](https://github.com/bread-and-pepper/django-userena), [django-friendship](https://github.com/revsys/django-friendship) are already "enabled", but not integrated.
They are exposing the…
-
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…