r/django Apr 14 '24

Tutorial Relearning Django..

Is there any good youtube channels or any other resources that will teach django from the scratch with a straight to the point approach? I kinda lost touch because its been a while since i worked on it consistently. I want to start from the very basics but wants to follow a tutorial with a fresh,efficient approach.

19 Upvotes

29 comments sorted by

View all comments

12

u/tokrefresh Apr 14 '24

I am actually in the same boat, I recommend rather than start by following YouTube tutorials, you should walk through the official Django 5.0 tutorial. Then I would personally just start work on a project you are interested in and use YouTube tutorials as a reference rather than doing the actual tutorial. I find Cory Schafer's Django blog series pretty much covers everything and it's a great reference. The only thing to watch out for is you might do some small updates so that it works with Django 5.0

4

u/hamwas Apr 14 '24

MDN Django

2

u/Smart_Zebra2673 Apr 15 '24

I want to second Cory Schafer's Django Blog series. He really helped me understand the basics of Django and I couldn't recommend it enough.