Job Posting: Fullstack Developer (Freelancer, 3-6 Months) – Israel
We are seeking a skilled Full Stack freelancer for a 3 to 6-month project.
Settings REST_FRAMEWORK error DEFAULT_SCHEMA_CLASS configuration
I’m following along this tutorial. I added the “REST_FRAMEWORK” object how they describe in settings.py
force_authenticate and middlewares
I’m trying to write tests using APITestCase and the provided self.client
.
ValueError at /ride/create/
I am currently developing API endpoint for Ride Application. There are 3 models which is MyUser, Driver and Ride. Ride models have problem when I try to access the function created “createRide” which is able to create Ride object and store in database. enter image description here
Api request to disable 2fa in the status pending django
the request freezes in the 2fa disable handle. I can’t figure out why. Here is my code. I use pyotp
DRF create new object with reference to existing
I am learning DRF.
django.db.utils.IntegrityError: NOT NULL constraint failed: API_gendarme.gendarmerie_name_id
school give us work and i have dit this.
i want to create an super user to test my API and then i get this error message