-
## Bug Report
**Problematic behavior**
```
../usr/local/lib/python3.10/site-packages/django/conf/__init__.py:214: 13 warnings
/usr/local/lib/python3.10/site-packages/django/conf/__init__.py:…
-
I have set up email verification as obligatory in the Allauth settings and as the documentation [suggests](https://dj-rest-auth.readthedocs.io/en/latest/api_endpoints.html#registration) created a new …
-
I'd like to suggest to create/generate an [OpenAPI/Swagger](https://swagger.io/docs/specification/about/) specification for the API. This would allow to use great and widely adopted tools like [Postma…
-
The API that the frontend will fetch page data from doesn't exist.
All that is in place is a naively serialized, paginated list of records for a select few models. The API should probably provide som…
-
Bonjour,
Quand j'effectue les requêtes suivantes en patch:
- PATCH /api/membres/1/
- PATCH /api/mps/3/
J'ai l'erreur python suivante retourné par le serveur:
```
Internal Server Error: /api/mps/…
-
- Perform a risk analysis on working with Django framework: 0,5 hours
- Write notes on reasoning on choosing Django (bullet point): 0,5 hours
- Create mini tutorial and walkthrough for other team me…
-
I've noticed many examples using swagger_auto_schema only with api_views, and I'm encountering an error when attempting to use Swagger with generic views in the Django REST framework. Is there somethi…
-
Make search API use more functionality from django-rest-framework, including validation and pagination.
-
As we begin to rely on polling for certain notebook features (revisions, files, file sources, etc.) we will be using the django REST api more. By default, the API returns data in snake case. Ideally i…
-
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…