you're amazing. really high quality content. keep it up
@murtazo_xurramov2 жыл бұрын
Hello! I always follow you on youtube with interest. You do very good courses. Its very nice course, I would definitely buy it when I can.
@veryacademy2 жыл бұрын
Thank you very much!
@saman_729es2 жыл бұрын
Hello, what is the difference between this DRF course and the previous DRF courses?
@veryacademy2 жыл бұрын
Sorry I don’t remember making another one?
@saman_729es2 жыл бұрын
@@veryacademy Are sure? You make three course about DRF And I meant these three course kzbin.info/www/bejne/i4GVlouBpLmDbZY kzbin.info/www/bejne/d6a1npZvhLl2Z9U kzbin.info/www/bejne/boKvdJSvmpiMoLM
@omarsarmientorolo40652 жыл бұрын
Hello... I have a question... why ModelSerializer have a save method? I mean... my opinion... serializer must not save a model.
@veryacademy2 жыл бұрын
Hello. Convenience. Out of interest, in your opinion, do you think that a serializer should provide validation? I would also be very interested in your opinion as to why you think a serializer should not implement save(). I'm not advocating. Just genuinely interested in your opinion.
@omarsarmientorolo40652 жыл бұрын
@@veryacademy Hello, for me opinion serializer is an union between mapper and dto patrons, the target is transform the data... from model to json and json to model... validation just for this process... Validations in serializer belongs to preconditions in the methods... ej: field age must be great than 18 etc...
@veryacademy2 жыл бұрын
Maybe you can get an answer to this design decision here: groups.google.com/g/django-users