Python Django 4 complete Tutorial for Beginners

preview_player
Показать описание
Python Django complete Course for Beginners.
In This Django tutorial you will learn everything you need to get started with Django.

Employees Template

Blog Template

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
39:40 - Bootstrap
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
Рекомендации по теме
Комментарии
Автор

I think this is the best tutorial for beginners. very detailed explanation.. .. Awesome

arviennurdiana
Автор

Awesome tutorial, but try to keep Python and Django principles like `snake_case` with variables and functions/methods and spaces between the percentage sign like `{% for post in posts %} {{ post.image }} {% endfor %}`. Also consider doing tutorial for intermediate👍

krzysiekkrzysiek
Автор

The Best on The Best. Better than paid courses!

marioreiley
Автор

This is much better than other tutorials. Really gem! Thank you for creating this.

zzsszzzxc
Автор

Amazing tutorial. I thought this tutorial would be scratching the surface just like any other random Django tutorials on YouTube but this one honesty gives everything we need. Thank you. Huge respect to you.

Leesdjo
Автор

This is a well structured tutorial, better than many paid tutorials. I learned a lot. You're an awesome teacher.

el_urrim
Автор

Thank you from Germany, I found your tutorial much better than many paid tutorial here, keep going with new amazing tutorials.

samiali
Автор

My language is not English but due to easy and slowly slowly detailed explanation of each step and concept is easy and looks simple like in I'm understanding my language Urdu, with basic to advance learning. Thanks Sir🥰🥰🥰🥰

FarhanAli-woyw
Автор

I was desperately searching for such a great tutur like you

silent
Автор

please add in your tutorial the complete web functionalities. appreicated, its a great work

uncleRusty
Автор

You're such a wonderful teacher. Your approach is simple to follow.

adams_mathclass
Автор

This is such a great tutorial. I not only was able to revise, but also get some grasp on what's new in Django 4. Thanks a million @codingstrade

owaisahussain
Автор

Overall great tutorial at all..but one thing its bit confusing for me is the html code... the given code is final blog code so its difficult to understand for me during following tutorial anyway thanks

foodpass
Автор

I just subscribed and now you have 999 to 1k subs✨🔥👌

ashutosh_tiwari
Автор

I bow my head sir. I was waiting for django 4 tutorials. I am so happy right. I got a reason to feel happy

mohankrishna
Автор

great works. superb tutorial for Django 4

makinarosa
Автор

Take the timestamps. Thank me later...

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

LordDiablo
Автор

i see the effort in making this video, u deserve alot of respect

omaramier
Автор

very nice tutorial ty, good explanations and tips for me as a beginner

Only thing needed is to split up the video in parts with titles in the time bar to easily navigate if possible

wizardfed
Автор

Hello
I am creating a project where I can overwrite, delete or add posts, photos and videos using the django admin panel. And it's quite simple.
But how to make a menu list for a page, e.g. Home, About, Contact, ... which I can overwrite, add or delete on the Project page.
Overwriting and adding menu items is to be done using the django admin panel. Just like in the WordPress administration panel. Maybe you can help or point me in the right direction where to look for a solution.

jonaszjonasz
visit shbcf.ru