Python Django Tutorial: Full-Featured Web App Part 10 - Create, Update, and Delete Posts

preview_player
Показать описание
In this Python Django Tutorial, we will be learning how to use class-based views in order to create, update, and delete posts. These class-based views are very convenient once we get used to using them properly. Let's get started...

The code for this series can be found at:

✅ Support My Channel Through Patreon:

✅ Become a Channel Member:

✅ One-Time Contribution Through PayPal:

✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Corey's Public Amazon Wishlist

✅ Equipment I Use and Books I Recommend:

▶️ You Can Find Me On:

#Python #Django
Рекомендации по теме
Комментарии
Автор

How could you explain all of these clearly and fluently without even making a single mistake? Brilliant!

kentwilson
Автор

these are better than the paid courses on udemy

ericsokoine
Автор

He literally speaks 6 words in 1 second. "Hey there how's it going everybody" Awesomee..!!

sumanbhattacharjee
Автор

Whenever you say "we'll Fix this in a second" It makes our day <3

sumitguha
Автор

I've been watching several Django tutorials for the last 2 weeks, and there is no other conclusion: THIS IS THE ONE YOU NEED TO WATCH!! Thank you so much Corey...

byryepez
Автор

Hi Corey Schafer, you are leading this tutorials so fluently that I can't stop watching episode after episode! Admiration for this high-style coding and teaching skills that you have mastered.

rumenstanimirov
Автор

I opened this video and started somewhere around 30 minutes in - didn't realize it at first and was super confused. It then occured to me that I already watched some of your django videos somewhere around a year ago. You sir helped me make it trough a university course where I had to work with Python and Django for the first time ever. So you deserve some credit for me finishing my university in a few months! I will definitely send some money along your way.
Still can't believe I already watched some of your videos like a year ago and rediscovered you now.

sebastianb
Автор

Man, I gotta say: this is professional work

kareemjeiroudi
Автор

Dude corey has discovered this sweet spot where he doesn't make it too complicated, but also doesn't dumb it down, and opens all the doors for you to go in and explore further if you want.

Yash
Автор

0:25 - explain class-based view
2:28 - list view
5:54 - template for class-based view
7:59 - ordering attribute
10:39 - detail view
11:38 - route contain variable
19:28 - create, update, delete view
24:19 - override form valid method
26:34 - create get_absolute_url method in model
31:25 - login mixin
32:28 - update view
35:34 - user passes test mixin, test_func
39:04 - delete view
45:19 - success url

congcuongnguyen
Автор

Thanks Corey, you are the best teacher.

douglasamoo-sargon
Автор

Brilliant Corey, absolutely brilliant - and I mean the entire Django series. As a "turnkey app consultant", I had to go from zero (almost no server background) to hero on a very complex global client-server system design & rollout. Could NOT have done it without your series in a time frame that worked for my client. Thank you! I will be in touch through Patreon to thank you properly.

williambailey
Автор

just completed this part 10 implementation and all this is 100% working with latest python and latest Django. Hatts off to Corey Schafer

suryamanipandey
Автор

I think this video can mark the milestone of the whole series; I used a whole day to follow along. Thank you very much for all the works!!!!

wendylee
Автор

Hey Corey, I would like to thank you for making this available for free. The quality of these videos and the way you explain things is amazing and easy to follow.

RNGoD
Автор

Thank you man, I'm a 16 year old front-end developer and I'm looking to go into the back-end part of it and I must say that this is quality content that is uncompareble.

Keep up the good work man

tobiekundayo
Автор

Great Tutorial!
Just a reminder, in the users app, class Profile, the method def save(), I added two arguments in the method. i.e. def save(self, *args, **kwargs) to eliminate the error (unexpected force_insert arg in the save()).

albert
Автор

Quite honestly, I have easily watched over a hundred programming tutorials and I'm not saying they are all crap, there are a lot of good ones out there but these videos here are absolutely fantastic. I can't thank you enough for those great videos that really tackle pretty much every question that pops up in my mind.

lauderday
Автор

Best Django course I've seen so far.

amarmusovic
Автор

I have been spent over one week for finding django-python-(graphenn) example.
Finally, I found it.

This is best tutorial ever. it shows almost everything and new except graphQL applying.
This class based view CRUD operation with user authentication are what I needed.

youngjun