This Django tutorial will learn from Django basic to Django advanced concepts. This Django course 2022 tutorial was created for beginners and advanced users by doing a full-stack Django project. You will learn Django how to do URL model view advanced URL concept. You will also learn in this Django course function-based view and the class-based view. Finally, this Django 2022 tutorial will teach you complete web development in the Python Django framework.
TimeStamp
0:00:00 Introduction
0:01:10 What topics will cover?
0:02:30 Tutorial Objectives.
0:04:08 Why do you want to use django?
0:06:40 Who is using django?
0:07:04 How to install python? Python Install or not?
0:08:30 Virtual environment
0:09:45 How to install virtual environemnt?
0:12:04 How to activate virtual environment?
0:14:04 How to deactivate virtual environment?
0:14:33 How to install django?
0:15:20 How to start a new django project?
0:19:30 How to run a django server?
0:20:45 How to stop a django server?
0:21:25 Difference between django project and apps?
0:23:33 How to create a app in django?
0:24:13 Explained all the files in the side the apps.
0:28:18 How to configure app with django project?
0:32:20 How to write URL in django?
0:35:55 How to create a model in django?
0:41:32 How to convert a class to table in django?
0:44:40 How to do migrate in django?
0:46:52 How to test database in console for django?
01:00:06 View section
01:01:30 How to retrive or fetch data from the database?
01:04:00 How to render a template in django?
01:08:45 How to connect template with django project?
01:16:35 How to setup static files in django?
01:18:56 How to download bootstrap?
01:20:40 How to tell django that you added bootstrap?
01:30:30 How to do django admin?
01:30:30 How to add super user in django?
01:36:44 How to add a webchat board?
01:45:15 More about URL pattern in django?
02:09:00 How to create Reusable template in django?
02:21:50 How to create a form in django?
03:00:30 How to use form API in django?
03:33:35 How to do django authentication?
03:37:00 How to do signup URL in django?
03:54:00 How to use git and how to push how to commit to remote repository?
04:12:00 How to add image to the application?
04:17:15 How to use card view using css & bootstrap?
04:26:20 How to do sign out in web application?
04:30:25 How to create dropdown menu in the web application?
04:46:40 How to authenticated a user in the web application?
04:48:00 How to do login URL?
05:06:40 How to add alert in the form in django?
05:25:20 How to do forget password in django web application?
05:27:45 How to setup console based email in django web application?
06:15:15 How to change password in django web application?
06:43:56 How to protect view from unauthorised user in web application in django?
07:15:50 How to reply s post in a web chat board in django?
07:39:50 How to see number of post & number of view & who posted last?
08:04:00 How to do how many view and how many replies in web application?
08:17:10 How to do class based view in django?
08:20:00 How to do UpdateView in django?
08:39:50 How to do pagination in web application in django?
09:00:00 How to do ListView in django?
09:40:35 How to add markdown in django web application?
09:48:45 How to add markdown editor in django web application?
10:03:15 How to add third party package humanize in django web application?
10:10:55 How to add session key to stop count as a view when you refresh the page?
10:48:00 How to protect sensitive information in django web application?
10:53:35 How to setup database connection in a singe line in django web application?
10:54:25 How to add git ignore file in django web application?
11:01:50 How to protect project dependency in django?
11:02:25 How to see project version dependency in django?
11:05:35 Conclusion
If you like this Tutorial, please subscribe to the channel!
❗❗ DISCLAIMER: All opinions expressed in this video are of my own and not that of my employers'.
❤️ Buy me a coffee please - https://bit.ly/31a68Py
✔️GitHub Link - You will find all the codes for this tutorial in the GitHub. https://bit.ly/2Ztj2Yx
You can find me here:
🟦 Buy me a coffee please - https://buymeacoffee.com/prowithmohammed
🟦 Please follow me on Twitter - / progwitmohammed
🟦 Please follow me on Facebook - https://www.facebook.com/profile.php?...
🟪 Please follow me on Blog - https://programmingwithmohammed.blogs...
Further readings:
https://docs.python.org/3/howto/
https://docs.python.org/3/library/
https://docs.djangoproject.com/en/4.0/