-
Set up Django models based on the app’s data requirements.
Implement authentication (consider using Django’s built-in authentication or a package like dj-rest-auth).
Write the initial API endpoints …
-
Hello, everyone.
I'm trying to build an application with DRF backend and ReactJS frontend. I followed a tutorial on youtube to install and configure simplejwt. I managed to log in and even restrict…
-
I have installed the plugin and on an Django Rest Framework instance.
All the logging is working as expected, except the Logging of the Actor.
I added the Middleware as Described in the Docs but its…
-
After [https://fecgov.atlassian.net/browse/FECFILE-1774](https://fecgov.atlassian.net/browse/FECFILE-1774 "smart-link") and the fix in [https://github.com/fecgov/fecfile-web-api/pull/1166/files#diff-c…
-
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
1 month ago
-
## Checklist
3.15 added support for unique constraint validators in serializers: https://github.com/encode/django-rest-framework/pull/7438
This unfortunately breaks when it comes to list seriali…
-
Hello Team,
I am creating an Oauth provider using django-rest-framework-social-oauth2, I would only need to use convert-token API, but I need to put the `django-rest-framework-social-oauth2.urls` …
-
Dear contributors,
I propose an enhancement to the project documentation by incorporating a detailed section on the architecture followed by Django and highlighting its distinguishing features which …
-
DRF is a library in constant development and every version have changes and deprecations in the API, right now with the last current version(3.5.4) from pipy I'm getting a lot of errors like
`Assert…
-
This might be helpful if someone want to build an application based on mazu.