Thank you thank you thank you! You wonderful British man! This helped me so much! I was stuck on how to make use of UpdateViews while simultaneously creating your own custom form to be used in said view. This is the only tutorial where this was shown and exquisitely explained! Subscribed forever!
Phew 7 lectures over 3 hours. Lots of perspiration but what is gain without effort. Thanks so much, hope your footy team wins tomorrow on 11th Nov (provided its in the Red part of Manchester)
what if you have a parent and child table that has 1 to 1 relationship to a user table and you want to update the user and the parent at the same time, how can you achieve that? it would be nice if someone can share the knowledge. thanks
i just couldn't find these generic views in Django documentation (maybe i'm bad at searching). Acn you share the link of official documentation where all the generic views and their usage is discussed?
I've learnt a lot from this series so far, thank you very much!
Thank you thank you thank you! You wonderful British man! This helped me so much! I was stuck on how to make use of UpdateViews while simultaneously creating your own custom form to be used in said view. This is the only tutorial where this was shown and exquisitely explained! Subscribed forever!
What beautiful work you are doing
Thank you Shahwali, its a slow process but we hope to provide you all with much better quality in the future.
Thank you bro for precious and useful content. I gained some knowledge from your contents.
Phew 7 lectures over 3 hours. Lots of perspiration but what is gain without effort. Thanks so much, hope your footy team wins tomorrow on 11th Nov (provided its in the Red part of Manchester)
Excellent!
Brilliant job.
Awesome. Thanks.
You're welcome!
what if you have a parent and child table that has 1 to 1 relationship to a user table and you want to update the user and the parent at the same time, how can you achieve that? it would be nice if someone can share the knowledge. thanks
Amazing work, I am understand so many things than defore) Could you make course like "e-commerce with django"?
Am already on it ;) ecommerce is up next
i just couldn't find these generic views in Django documentation (maybe i'm bad at searching). Acn you share the link of official documentation where all the generic views and their usage is discussed?
docs.djangoproject.com/en/3.1/ref/class-based-views/generic-editing/
Let me know if that is what you are looking for 👍
@@veryacademy Thanks a lot sir. It is exactly what I was looking for. Great conetent BTW. I subscribed and will refer this to my college friends.
why i receiviing "Method Not Allowed (POST): /" when i use the UpdateView? Can someone help me?
Maybe you forgot add csrf token ?