Python Django complete Course for Beginners.
In This Django tutorial you will learn everything you need to get started with Django.
Source Code: https://github.com/codingstrade/Pytho...
🔔 Subscribe for more courses like this / @codingstrade
Employees Template
https://getbootstrap.com/docs/4.3/exa...
Blog Template
https://startbootstrap.com/template/b...
0:00 - Intro and final project demo
0:40 - Table of content..
1:35 - Download python
4:35 - Virtual environment (venv)
7:05 - Install and setup Django
10:05 - Start project
12:10 - Files inside django project
27:45 - Create app in project (employee)
29:05 - Create a view
30:50 - Add app in installed apps
31:10 - Creating URLs
35:50 - index.html
39:40 - Bootstrap
42:50 - index.html continue
43:10 - models.py(database)
58:30 - using model in index.html
1:04:00 - Simple form page (CREATE)
1:13:20 - Send form data to database
1:21:38 - DELETE
1:27:00 - UPDATE
1:39:15 - RECAP
1:48:00 - Django extension in vscode and django tips
2:12:00 - Cleanup the code
2:57:50 - Create SUPERUSER
3:04:04 - Easy to use admin panel
3:05:35 - ADMIN. py
3:07:40 - model (database) for blog page
3:14:10 - Bootstrap for blog page
3:15:10 - Blog. html
3:28:15 - Correct way of adding links
3:35:15 - Display blog posts
3:42:20 - Correcting error in blog design
3:44:00 - Working with images
3:48:30 - Image setting in settings. py
3:55:00 - Add image in blog post
3:58:25 - Bootstrap to view details of a blog
4:00:40 - Views. py for view details of blog
4:02:30 - urls of view details