

Learn the Python Django framework with this free full course. Django is an extremely popular and fully featured server-side web framework, written in Python. Django allows you to quickly create web apps.
💻Code:
⭐️Course Contents ⭐️
⌨️ (0:00:00) 1 – Welcome
⌨️ (0:01:14) 2 – Installing to Get Started
⌨️ (0:05:02) 3 – Setup your Virtual Environment for Django
⌨️ (0:14:39) 4 – Create a Blank Django Project
⌨️ (0:18:54) 5 – Setup Your Code Text Editor
⌨️ (0:22:27) 6 – Settings
⌨️ (0:29:58) 7 – Built-In Components
⌨️ (0:33:57) 8 – Your First App Component
⌨️ (0:42:34) 9 – Create Product Objects in the Python Shell
⌨️ (0:46:18) 10 – New Model Fields
⌨️ (0:52:52) 11 – Change a Model
⌨️ (0:59:27) 12 – Default Homepage to Custom Homepage
⌨️ (1:04:48) 13 – URL Routing and Requests
⌨️ (1:10:23) 14 – Django Templates
⌨️ (1:16:50) 15 – Django Templating Engine Basics
⌨️ (1:24:00) 16 – Include Template Tag
⌨️ (1:26:49) 17 – Rendering Context in a Template
⌨️ (1:33:21) 18 – For Loop in a Template
⌨️ (1:37:01) 19 – Using Conditions in a Template
⌨️ (1:42:17) 20 – Template Tags and Filters
⌨️ (1:48:59) 21 – Render Data from the Database with a Model
⌨️ (1:59:55) 22 – How Django Templates Load with Apps
⌨️ (2:06:50) 23 – Django Model Forms
⌨️ (2:14:16) 24 – Raw HTML Form
⌨️ (2:25:33) 25 – Pure Django Form
⌨️ (2:35:30) 26 – Form Widgets
⌨️ (2:41:29) 27 – Form Validation Methods
⌨️ (2:48:59) 28 – Initial Values for Forms
⌨️ (2:51:42) 29 – Dynamic URL Routing
⌨️ (2:54:26) 30 – Handle DoesNotExist
⌨️ (2:56:24) 31 – Delete and Confirm
⌨️ (2:58:24) 32 – View of a List of Database Objects
⌨️ (3:00:00) 33 – Dynamic Linking of URLs
⌨️ (3:01:17) 34 – Django URLs Reverse
⌨️ (3:03:10) 35 – In App URLs and Namespacing
⌨️ (3:07:35) 36 – Class Based Views – ListView
⌨️ (3:10:45) 37 – Class Based Views – DetailView
⌨️ (3:15:38) 38 – Class Based Views – CreateView and UpdateView
⌨️ (3:21:23) 39 – Class Based Views – DeleteView
⌨️ (3:24:02) 40 – Function Based View to Class Based View
⌨️ (3:27:15) 41 – Raw Detail Class Based View
⌨️ (3:30:31) 42 – Raw List Class Based View
⌨️ (3:33:32) 43 – Raw Create Class Based View
⌨️ (3:26:03) 44 – Form Validation on a Post Method
⌨️ (3:37:58) 45 – Raw Update Class Based View
⌨️ (3:41:13) 46 – Raw Delete Class Based View
⌨️ (3:42:17) 47 – Custom Mixin for Class Based Views
Course from Coding for Entrepreneurs. Check out their YouTube channel:
Also, check out the Coding For Entrepreneurs website for more great content:
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
And subscribe for new videos on technology every day:
source
You can tell how confident a coder is with how freely he deletes code.
so far , this is the best tutorial for django for absolute begginers , this is even better than paid courses i purchased , thank you man <3
How do i define, which page should render, when i change an object?
Watching the part on setting up the virtual environment setup reminds me of how much Pycharm spoils you when it comes to setup sometimes.
Hey guys can anybody please give a kind of roadmap to learn python and become a python programmer? I've completed the 4½ hour beginner python tutorial on this channel. What should be my next step? Should I watch this video now? And what after this??
heyday name is naufil, please help me….. there some command are not working in my Mac, so please someone help me and teach me to install and use Django…..
I am unable to delete the objects from the database even after following all the steps in the video. Anyone else got the same problem?
1:04:05 "ModuleNotFoundError: No module named pages" appears on my cmd prompt when I'm trying to do the Custom homepage.
Can somebody help?
Can i use this course for django 3.1 ??
Me: Studying django for an e-commerce type webdev job
Video: "Those four names actually fit with like an e-commerce project"
Me: YES KEEP GOING I WANT TO HEAR MORE
🗽
When the teacher suddenly picks me to answer the question: 1:10:04
yo this tutorial is just perfect, thank a ton
24:50! Really? you are advising to do a couple of changes in SECRET KEY? You know that it is generating each time you create a Django project? What's the need to modify it? You should've shown how to hide it instead in production. Dude, you're disappointing me.
22:24 Not required by highly recommended? Man, everyone is using VS CODE, that's the thing that is recommended and is required:) Sublime is ok editor , but not awesome as VS code
why the f…ck you are so fast at the beginning? And don't say anything that you can use rewind keys in youtube….. You'r blowing our heads with enormous amount of information.
⭐️Course Contents ⭐️
⌨️ (0:00:00) 1 – Welcome
⌨️ (0:01:14) 2 – Installing to Get Started
⌨️ (0:05:02) 3 – Setup your Virtual Environment for Django
⌨️ (0:14:39) 4 – Create a Blank Django Project
⌨️ (0:18:54) 5 – Setup Your Code Text Editor
⌨️ (0:22:27) 6 – Settings
⌨️ (0:29:58) 7 – Built-In Components
⌨️ (0:33:57) 8 – Your First App Component
⌨️ (0:42:34) 9 – Create Product Objects in the Python Shell
⌨️ (0:46:18) 10 – New Model Fields
⌨️ (0:52:52) 11 – Change a Model
⌨️ (0:59:27) 12 – Default Homepage to Custom Homepage
⌨️ (1:04:48) 13 – URL Routing and Requests
⌨️ (1:10:23) 14 – Django Templates
⌨️ (1:16:50) 15 – Django Templating Engine Basics
⌨️ (1:24:00) 16 – Include Template Tag
⌨️ (1:26:49) 17 – Rendering Context in a Template
⌨️ (1:33:21) 18 – For Loop in a Template
⌨️ (1:37:01) 19 – Using Conditions in a Template
⌨️ (1:42:17) 20 – Template Tags and Filters
⌨️ (1:48:59) 21 – Render Data from the Database with a Model
⌨️ (1:59:55) 22 – How Django Templates Load with Apps
⌨️ (2:06:50) 23 – Django Model Forms
⌨️ (2:14:16) 24 – Raw HTML Form
⌨️ (2:25:33) 25 – Pure Django Form
⌨️ (2:35:30) 26 – Form Widgets
⌨️ (2:41:29) 27 – Form Validation Methods
⌨️ (2:48:59) 28 – Initial Values for Forms
⌨️ (2:51:42) 29 – Dynamic URL Routing
⌨️ (2:54:26) 30 – Handle DoesNotExist
⌨️ (2:56:24) 31 – Delete and Confirm
⌨️ (2:58:24) 32 – View of a List of Database Objects
⌨️ (3:00:00) 33 – Dynamic Linking of URLs
⌨️ (3:01:17) 34 – Django URLs Reverse
⌨️ (3:03:10) 35 – In App URLs and Namespacing
⌨️ (3:07:35) 36 – Class Based Views – ListView
⌨️ (3:10:45) 37 – Class Based Views – DetailView
⌨️ (3:15:38) 38 – Class Based Views – CreateView and UpdateView
⌨️ (3:21:23) 39 – Class Based Views – DeleteView
⌨️ (3:24:02) 40 – Function Based View to Class Based View
⌨️ (3:27:15) 41 – Raw Detail Class Based View
⌨️ (3:30:31) 42 – Raw List Class Based View
⌨️ (3:33:32) 43 – Raw Create Class Based View
⌨️ (3:26:03) 44 – Form Validation on a Post Method
⌨️ (3:37:58) 45 – Raw Update Class Based View
⌨️ (3:41:13) 46 – Raw Delete Class Based View
⌨️ (3:42:17) 47 – Custom Mixin for Class Based Views
hi all i cant install new virtualenv
I always see this error
virtualenv: error: argument dest: the destination
OS Ubuntu
Thanks for not saying that u have to install virtualenv first before u can use it.
@7:18 in video, virtualenv returns an error, I have latest version of python and django installed.
thank you to those who truly guide the exact Django version
It would be a super blessing if you added chapters to this video – we are reviewing now and it's a little hard to find what we are looking for 🙂 SUPER BIG THANK YOU though for this superb video
SO GREAT GUYS – we gained SO MUCH – thank you – we loved the 'big video' idea – we chipped away at your 4hrs over 2 days and love it!