Главная
Study mode:
on
1
Django Course Announcement | Python Django Tutorials In Hindi #0
2
Django Installation & Getting Started | Python Django Tutorials In Hindi #1
3
Creating Our First Django Project | Python Django Tutorials In Hindi #2
4
How Django Websites Work | Python Django Tutorials In Hindi #3
5
Our First Django Website | Python Django Tutorials In Hindi #4
6
Views & Urls In Django| Python Django Tutorials In Hindi #5
7
Django Exercise 1: Personal Navigator | Python Django Tutorials In Hindi #6
8
Django Website: Laying The Pipeline | Python Django Tutorials In Hindi #7
9
Django Templates | Python Django Tutorials In Hindi #8
10
Creating Homepage of our TextUtils Website | Python Django Tutorials In Hindi #9
11
Django Site: Coding The Backend | Python Django Tutorials In Hindi #10
12
Django Exercise 1 Solution + Shoutouts | Python Django Tutorials In Hindi #11
13
Adding More Features To TextUtils Website | Python Django Tutorials In Hindi #12
14
Django Exercise 2: Revamping TextUtils | Python Django Tutorials In Hindi #13
15
Adding Boostrap To Our Django Website | Python Django Tutorials In Hindi #14
16
Fixing Bugs In Our TextUtils Website | Python Django Tutorials In Hindi #15
17
Django CSRF Tokens & Post Request | Python Django Tutorials In Hindi #16
18
Exercise 2 Solution + Shoutouts | Python Django Tutorials In Hindi #17
19
Wrapping Up TextUtils Website | Python Django Tutorials In Hindi #18
20
Our Next Django Website | Python Django Tutorials In Hindi #19
21
E Commerce Website In Django (Project Setup) | Python Django Tutorials In Hindi #20
22
E-commerce Website: Creating Apps (Apps Vs Projects) | Python Django Tutorials In Hindi #21
23
E-commerce Website: Adding Bootstrap, Templates & Static | Python Django Tutorials In Hindi #22
24
E-commerce Website: Project Layout | Python Django Tutorials In Hindi #23
25
Models In Our Django E commerce Website | Python Django Tutorials In Hindi #24
26
Django Admin & Adding Data To The Database | Python Django Tutorials In Hindi #25
27
Designing The Homepage Of Our E-Commerce Website | Python Django Tutorials In Hindi #26
28
Adding Images & Changing Models In Django | Python Django Tutorials In Hindi #27
29
Adding Media Directory In Django | Python Django Tutorials In Hindi #28
30
Django Exercise 3: List the Products | Python Django Tutorials In Hindi #29
31
Fetching Products Using Python manage.py shell | Python Django Tutorials In Hindi #30
32
Template Inheritance In Django | Python Django Tutorials In Hindi #31
33
Logic For Showing Products On Homepage | Python Django Tutorials In Hindi #32
34
Showing Products On The Homepage | Python Django Tutorials In Hindi #33
35
Showing Multiple Product Slides On Homepage | Python Django Tutorials In Hindi #34
36
Category-Wise Product Display In E Commerce Website | Python Django Tutorials In Hindi #35
37
Creating an Online Shopping Cart Using JavaScript | Python Django Tutorials In Hindi #36
38
Exercise 3: Solution + Shoutouts | Python Django Tutorials In Hindi #37
39
Improving Slider Logic & Adding Cart Items Count | Python Django Tutorials In Hindi #38
40
Adding Bootstrap Row & Some CSS | Python Django Tutorials In Hindi #39
41
Adding Cart PopOver & Other Pages Using Bootstrap | Python Django Tutorials In Hindi #40
42
E Commerce Website: Creating Product Page | Python Django Tutorials In Hindi #41
43
E Commerce Website: Creating Contact Page + Database | Python Django Tutorials In Hindi #42
44
Exercise 3: Improving Cart Of Our E commerce Website | Python Django Tutorials In Hindi #43
45
Creating Add and Remove Buttons For Items In Cart | Python Django Tutorials In Hindi #44
46
Creating A Cart In Navigation Bar As Popover | Python Django Tutorials In Hindi #45
47
Exercise 3: Solutions + Shoutouts | Python Django Tutorials In Hindi #46
48
Adding Checkout & ClearCart Buttons | Python Django Tutorials In Hindi #47
49
Creating The Checkout Page | Python Django Tutorials In Hindi #48
50
Adding Items On Checkout Page | Python Django Tutorials In Hindi #49
51
Creating Database Entry For Orders | Python Django Tutorials In Hindi #50
52
Creating Order Tracker For Customers | Python Django Tutorials In Hindi #51
53
Django Exercise 4: Display Prices | Python Django Tutorials In Hindi #52
54
E-Commerce Website: Displaying Order Items In Tracker | Python Django Tutorials In Hindi #53
55
Django Solution To Exercise 4: Display Prices | Python Django Tutorials In Hindi #54
56
Merging Blog App Into The Shop UI | Python Django Tutorials In Hindi #55
57
Django Website TextUtils: Pull Requests | Python Django Tutorials In Hindi #56
58
Django Website My Awesome Cart: Pull Requests | Python Django Tutorials In Hindi #57
59
My Awesome Cart: Creating The Blog | Python Django Tutorials In Hindi #58
60
Creating Models For Blog In Our E-Commerce Website | Python Django Tutorials In Hindi #59
61
Django Exercise 5: BlogPosts | Python Django Tutorials In Hindi #60
62
Creating a Django Post Page For Displaying Blog Content | Python Django Tutorials In Hindi #61
63
Designing The Blog Home Page | Python Django Tutorials In Hindi #62
64
Django Exercise 5: Solution + Shoutouts | Python Django Tutorials In Hindi #63
65
Linking Django Blog Posts To Blog Home | Python Django Tutorials In Hindi #64
66
Integrating Facebook Like, Comments & Shares In Django Blog | Python Django Tutorials In Hindi #65
67
Integrating Payment Gateway: PayTM, UPI, Cards & NetBanking | Python Django Tutorials In Hindi #66
68
Creating Product Search Feature In Our E Commerce Website | Python Django Tutorials In Hindi #67
69
Fixing A Bug In Django E Commerce Website Tracker | Python Django Tutorials In Hindi #68
70
Reset Forgotten Admin Password In Django| Python Django Tutorials In Hindi #69
71
Hosting Django Website On Ubuntu VPS | Python Django Tutorials In Hindi #70
72
Creating A New Django Blog (Setup + Introduction) | Python Django Tutorials In Hindi #71
73
Django Blog: Project Setup & URLConfs | Python Django Tutorials In Hindi #72
74
Django Blog: Creating Django Apps & Properly Managing Them | Python Django Tutorials In Hindi #73
75
Django Blog: Adding HTML Templates | Python Django Tutorials In Hindi #74
76
Installing Django 3 for our Django Blog | Python Django Tutorials In Hindi #75
77
Django 3 Blog: Creating Migrations & Superusers | Python Django Tutorials In Hindi #76
78
Django 3 Blog: Creating "Contact Us" Model | Python Django Tutorials In Hindi #77
79
Django 3 Blog: Handling Post Request in a Django View | Python Django Tutorials In Hindi #78
80
Django Mesasges Framework: Showing Messages in Django blog | Python Django Tutorials In Hindi #79
81
Django 3 Blog: Designing Blog Page & Displaying Blog Posts | Python Django Tutorials In Hindi #80
82
Django 3 Blog: Creating Blog Model to Store Blog Posts | Python Django Tutorials In Hindi #81
83
Django 3 Blog: Designing the BlogPost Page | Python Django Tutorials In Hindi #82
84
Django 3 Blog: Creating Search Functionality | Python Django Tutorials In Hindi #83
85
Django 3 Blog: Improving Search Functionality | Python Django Tutorials In Hindi #84
86
Django 3 Blog: Authentication & Authorization Tutorial | Python Django Tutorials In Hindi #85
87
Django 3 Blog: Creating Users in Django | Python Django Tutorials In Hindi #86
88
Django 3 Blog: Validating SignUp Form | Python Django Tutorials In Hindi #87
89
Django 3 Blog: Login & Logout Endpoints | Python Django Tutorials In Hindi #88
90
Django 3 Blog: Creating Django template for Login & Logout | Python Django Tutorials In Hindi #89
91
Django 3 Blog: Creating Blog Comments in Django | Python Django Tutorials In Hindi #90
92
Django 3 Blog: Creating Comment Model, Template & Migrations | Python Django Tutorials In Hindi #91
93
Django 3 Blog: Creating APIs for Posting Comments on Blog | Python Django Tutorials In Hindi #92
94
Django 3 Blog: Rendering Blog Comments on Our Template | Python Django Tutorials In Hindi #93
95
Django 3 Blog: Restricting Comment Posting to Logged in User | Python Django Tutorials In Hindi #94
96
Django 3 Blog: Adding Replies to Comments on Our Blog | Python Django Tutorials In Hindi #95
97
Django 3 Blog: Displaying Replies Below Corresponding Comment | Python Django Tutorials In Hindi #96
98
Django 3 Blog: Designing Replies Below Comments & Other Fixes | Python Django Tutorials In Hindi #97
99
Django 3 Blog: Rendering HTML inside the Blog Post | Python Django Tutorials In Hindi #98
100
Using TinyMCE Editor For Editing Blog Post Content | Python Django Tutorials In Hindi #99
101
Integrating TinyMCE Editor in Django Admin | Python Django Tutorials In Hindi #100
102
Adding "Post Views" (View Counter) to iCoder Django 3 Blog| Python Django Tutorials In Hindi #101
Description:
Learn to build powerful web applications using Python Django in this comprehensive Hindi-language tutorial series. Explore Django's features through hands-on projects, covering everything from installation and basic concepts to advanced topics like e-commerce functionality, blog creation, and payment integration. Develop skills in creating models, views, templates, and handling user authentication. Practice with real-world examples including a text utility website, an online shopping platform, and a feature-rich blog. Master essential web development concepts such as database management, URL routing, and template inheritance. Gain practical experience in implementing search functionality, integrating third-party tools like TinyMCE, and deploying Django applications to production environments. By the end of this extensive course, acquire the knowledge to confidently develop, deploy, and maintain Django-based websites.

Python Django Tutorials in Hindi

CodeWithHarry
Add to list
0:00 / 0:00