Author thumbnail

Geeky Shows

Django (Hindi)

2,646,472 views
128 items
Last updated on Sep 1, 2023
public playlist
What is Framework (Hindi)
9:28
What is Web Framework (Hindi)
3:05
What is Model View Template (Hindi)
6:44
Visual Studio Code Crash Course (Hindi)
59:19
Introduction to Django (Hindi)
5:04
Requirements for Learning Django (Hindi)
3:40
How to Install Django in Virtual Environment and Create Django Project (Hindi)
14:41
How to Uninstall Django from Separate Environment (Hindi)
4:17
How to Install Django Globally and Create Django Project (Hindi)
9:16
Django Study Material Download Geeky Shows (Hindi)
7:10
Django Project Directory Structure (Hindi)
19:47
init wsgi and asgi Files in Django (Hindi)
15:44
settings File in Django (Hindi)
23:40
urls and manage File in Django (Hindi)
2:48
How to Run and Stop Server in Django (Hindi)
7:48
Problems and their Solutions While Learning Django (Hindi)
2:11
How to Create and Install Application in Django (Hindi)
22:40
Application Directory Structure in Django (Hindi)
9:21
Setup Visual Studio Code for Django (Hindi)
11:24
Create Function Based View in Django (Hindi)
42:12
URL Dispatcher or URL Pattern inside Project in Django (Hindi)
36:47
Multiple Application inside Project and their Function Based Views in Django (Hindi)
26:49
URL Dispatcher or URL Pattern inside Application in Django (Hindi)
56:25
Django 3.1 New Features and Deprecation (Hindi)
31:26
Template and How to Render Template Files in Django (Hindi)
1:00:20
Creating and Rendering Templates File For each Application Separately in Django (Hindi)
28:56
Dynamic Template Files using DTL in Django (Hindi)
15:58
Django Template Language Crash Course (Hindi)
2:05:43
How to fix Emmet not working after Django Extension Installation in VS Code (Hindi)
2:16
Templates inside Application in Django (Hindi)
49:26
Static Files inside Project and How to use CSS JavaScript Images in Django (Hindi)
1:13:37
Static Files inside Application and How to use CSS JavaScript Images in Django (Hindi)
45:21
Template Inheritance in Django (Hindi)
1:16:31
Template Inheritance with Static File in Django (Hindi)
23:34
How to use Bootstrap and Font Awesome in Django (Hindi)
22:26
How to Create Hyperlinks and Use url Tag in Django (Hindi)
35:49
How to include template within template using include Tag in Django (Hindi)
21:28
Django Resume Project from Development to Deployment and collectstatic in Django (Hindi)
2:37:55
What is Cookie and How it works (Hindi)
16:52
Object Relational Mapper and QuerySet in Django (Hindi)
8:48
Model and How to Create Database Table in Django (Hindi)
1:09:11
Show or Retrieve Database Table Data to User in Django (Hindi)
43:42
Admin Application and How to Create Super User in Django (Hindi)
12:32
How to Register Model Class and use __str__ method in Django (Hindi)
23:44
ModelAdmin Class and How to register ModelAdmin Class in Django (Hindi)
23:23
How to Create Django Form using Form API in Django (Hindi)
38:39
Configure id Attribute and label Tag and Dynamic initial Value in Django (Hindi)
19:00
Ordering Form Field in Django (Hindi)
6:54
Render Form Fields Manually in Django (Hindi)
18:59
Loop Form Fields and Form Hidden Fields in Django (Hindi)
13:20
Form Field Argument in Django (Hindi)
15:36
Form Widgets in Django (Hindi)
13:47
Difference between GET and POST in Django (Hindi)
6:06
What is Cross Site Request Forgery CSRF (Hindi)
10:56
Create Form using Method POST and CSRF Token in Django (Hindi)
9:19
How to Get Form Data and Validate Data in Django (Hindi)
39:14
HttpResponseRedirect in Django (Hindi)
12:22
Form Field Type CharField BooleanField IntegerField DecimalField SlugField etc in Django (Hindi)
41:27
Cleaning and Validating Specific Form Field in Django (Hindi)
13:12
Validating Complete Django Form at Once in Django (Hindi)
10:05
Built in Validators and Custom Validators in Django (Hindi)
9:43
Match Password and Re Enter Password Field in Django (Hindi)
10:48
Styling Django Form Errors and Field Error in Django (Hindi)
30:21
Save Update and Delete Form Data to/from Database in Django (Hindi)
19:03
ModelForm in Django (Hindi)
53:44
Dynamic URL in Django (Hindi)
51:54
Custom Path Converters in Django (Hindi)
13:55
CRUD Project Function Based View with Model Form in Django (Hindi)
1:26:19
Selecting ModelForm Fields in Django (Hindi)
13:18
Model Form Inheritance in Django (Hindi)
11:45
Messages Framework in Django (Hindi)
1:02:05
What is Authentication and Authorization (Hindi)
2:53
User Authentication System using Django Admin Application in Django (Hindi)
33:33
Create Registration Form using UserCreationForm in Django (Hindi)
1:04:44
Create Login Form using AuthenticationForm and Profile Page and Logout in Django (Hindi)
49:04
Change Password with Old Password and without Old Password in Django (Hindi)
22:58
Profile using UserChangeForm in Django (Hindi)
15:44
User Profile and Admin Profile in Django (Hindi)
40:11
Permission and Authorization in Django (Hindi)
44:29
Django Mini Blog Project (Hindi)
2:42:15
Cookies in Django (Hindi)
59:21
Session Framework in Django (Hindi)
1:33:16
Page Session Expired in 20 Seconds in Django (Hindi)
13:00
File Based Session in Django (Hindi)
5:05
Page Counter Project in Django (Hindi)
12:22
What is Cache and The per site Cache in Django (Hindi)
48:50
The Per View Caching in Django (Hindi)
38:45
Template Fragment Caching in Django (Hindi)
18:11
Low Level Cache API in Django (Hindi)
41:08
Signals and Built in Signals in Django (Hindi)
1:23:10
Track Client IP Django Project (Hindi)
15:54
User Login Count Django Project Hindi
16:55
Custom Signals in Django (Hindi)
14:22
Middleware in Django (Hindi)
1:35:41
Site Under Construction Django Project (Hindi)
13:14
QuerySet API Methods that return new QuerySets in Django (Hindi)
1:35:28
QuerySet API Methods that do not return new QuerySets in Django (Hindi)
1:03:09
QuerySet API Field Lookups in Django (Hindi)
1:00:51
QuerySet API Aggregation in Django (Hindi)
12:07
Q Objects in Django (Hindi)
7:05