-
```bash
28/Jan/2024 05:55:15,013 base.py:_resolve_lookup:922 [DEBUG] Exception while resolving variable 'script_url' in template 'drf_spectacular/swagger_ui.html'.
Traceback (most recent call last):…
-
### Description
1. Create new endpoints with the name is "/users/create" (method POST).
2. When you call "/users/create" by the postman, 1 record (fixed data) has been inserted into the User Table…
-
I am trying to get access and refresh tokens when the user registers using the /auth/users/ endpoint.
I have already extended the serializer and it is showing all custom fields. It registers the us…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
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…
-
Necesitamos un servicio web REST en Python usando Django que permita:
obtener las marcas de vehículos de un API pero con el siguiente formato
```
{
"code": "1",
"name": "Acura"
}
```
obtener l…
-
When trying to PATCH with a list of dicts, I'm getting this error:
```
ERROR: test_bulk_update (api.tests.test_api.test_api_listings_bulk.TestBulkOperationsOnListings)
---------------------------…
-
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…
-
Django Axes works great when logging in normally but I've implemented Django Ninja JWT and when making REST API requests using the default Django Ninja JWT controller `api.register_controllers(NinjaJW…
-
We need to pick an appropriate Frontend UI framework
Framework Options:
- [ ] React
- [ ] React + Next(SSR)
- [ ] Vue
- [ ] Svelte
- [ ] Angular
NOTE: I've opened this as a bit of a plac…