Hi Bryan, I love your videos, I was just wondering why don't use serializer to validate data, you already have some validations in the models (like max_length and unique ... ) and you can add other validations in the serializer and in the views just serialize the data and do serializedData.is_valide() and call serializedData.errors and django will take care of errors, isn't this a good way instead of defining every error by yourself in the views ?
I am able to create listing, ONLY files are not being uploaded. instead the database shows empty column for main_photo, 1,2,3. Any advice? anyone? I am using rapid api
Hi, love your videos.. But I'm facing an issue while creating listening ... I have implement the exact same thing ...but still unable to create a listening face an error : 500 Internal Server Error Kindly guide me ...
for me you are the best one from who i understand Django rest framework in a practical way.
Thank you, and that's awesome to hear :)
Best video 💌
Hi Bryan, I love your videos, I was just wondering why don't use serializer to validate data, you already have some validations in the models (like max_length and unique ... ) and you can add other validations in the serializer and in the views just serialize the data and do serializedData.is_valide() and call serializedData.errors and django will take care of errors, isn't this a good way instead of defining every error by yourself in the views ?
Thankyou for this video
Awesome,
I am able to create listing, ONLY files are not being uploaded. instead the database shows empty column for main_photo, 1,2,3.
Any advice? anyone? I am using rapid api
Hi, love your videos..
But I'm facing an issue while creating listening ...
I have implement the exact same thing ...but still unable to create a listening face an error : 500 Internal Server Error
Kindly guide me ...
Having the same issue. Did you ever figure this out?
I am having the same issue, did any one figure it out? @@xxoooOFxx