Relative Content

Tag Archive for pythondjango-rest-framework

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