Completed
TemplateView in Django (Hindi)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Django
Automatically move to the next video in the Classroom when playback concludes
- 1 What is Framework (Hindi)
- 2 What is Web Framework (Hindi)
- 3 What is Model View Template (Hindi)
- 4 Visual Studio Code Crash Course (Hindi)
- 5 Introduction to Django (Hindi)
- 6 Requirements for Learning Django (Hindi)
- 7 How to Install Django in Virtual Environment and Create Django Project (Hindi)
- 8 How to Uninstall Django from Separate Environment (Hindi)
- 9 How to Install Django Globally and Create Django Project (Hindi)
- 10 Django Study Material Download Geeky Shows (Hindi)
- 11 Django Project Directory Structure (Hindi)
- 12 init wsgi and asgi Files in Django (Hindi)
- 13 settings File in Django (Hindi)
- 14 urls and manage File in Django (Hindi)
- 15 How to Run and Stop Server in Django (Hindi)
- 16 Problems and their Solutions While Learning Django (Hindi)
- 17 How to Create and Install Application in Django (Hindi)
- 18 Application Directory Structure in Django (Hindi)
- 19 Setup Visual Studio Code for Django (Hindi)
- 20 Create Function Based View in Django (Hindi)
- 21 URL Dispatcher or URL Pattern inside Project in Django (Hindi)
- 22 Multiple Application inside Project and their Function Based Views in Django (Hindi)
- 23 URL Dispatcher or URL Pattern inside Application in Django (Hindi)
- 24 Django 3.1 New Features and Deprecation (Hindi)
- 25 Template and How to Render Template Files in Django (Hindi)
- 26 Creating and Rendering Templates File For each Application Separately in Django (Hindi)
- 27 Dynamic Template Files using DTL in Django (Hindi)
- 28 Django Template Language Crash Course (Hindi)
- 29 How to fix Emmet not working after Django Extension Installation in VS Code (Hindi)
- 30 Templates inside Application in Django (Hindi)
- 31 Static Files inside Project and How to use CSS JavaScript Images in Django (Hindi)
- 32 Static Files inside Application and How to use CSS JavaScript Images in Django (Hindi)
- 33 Template Inheritance in Django (Hindi)
- 34 Template Inheritance with Static File in Django (Hindi)
- 35 How to use Bootstrap and Font Awesome in Django (Hindi)
- 36 How to Create Hyperlinks and Use url Tag in Django (Hindi)
- 37 How to include template within template using include Tag in Django (Hindi)
- 38 Django Resume Project from Development to Deployment and collectstatic in Django (Hindi)
- 39 What is Cookie and How it works (Hindi)
- 40 Object Relational Mapper and QuerySet in Django (Hindi)
- 41 Model and How to Create Database Table in Django (Hindi)
- 42 Show or Retrieve Database Table Data to User in Django (Hindi)
- 43 Admin Application and How to Create Super User in Django (Hindi)
- 44 How to Register Model Class and use __str__ method in Django (Hindi)
- 45 ModelAdmin Class and How to register ModelAdmin Class in Django (Hindi)
- 46 How to Create Django Form using Form API in Django (Hindi)
- 47 Configure id Attribute and label Tag and Dynamic initial Value in Django (Hindi)
- 48 Ordering Form Field in Django (Hindi)
- 49 Render Form Fields Manually in Django (Hindi)
- 50 Loop Form Fields and Form Hidden Fields in Django (Hindi)
- 51 Form Field Argument in Django (Hindi)
- 52 Form Widgets in Django (Hindi)
- 53 Difference between GET and POST in Django (Hindi)
- 54 What is Cross Site Request Forgery CSRF (Hindi)
- 55 Create Form using Method POST and CSRF Token in Django (Hindi)
- 56 How to Get Form Data and Validate Data in Django (Hindi)
- 57 HttpResponseRedirect in Django (Hindi)
- 58 Form Field Type CharField BooleanField IntegerField DecimalField SlugField etc in Django (Hindi)
- 59 Cleaning and Validating Specific Form Field in Django (Hindi)
- 60 Validating Complete Django Form at Once in Django (Hindi)
- 61 Built in Validators and Custom Validators in Django (Hindi)
- 62 Match Password and Re Enter Password Field in Django (Hindi)
- 63 Styling Django Form Errors and Field Error in Django (Hindi)
- 64 Save Update and Delete Form Data to/from Database in Django (Hindi)
- 65 ModelForm in Django (Hindi)
- 66 Dynamic URL in Django (Hindi)
- 67 Custom Path Converters in Django (Hindi)
- 68 CRUD Project Function Based View with Model Form in Django (Hindi)
- 69 Selecting ModelForm Fields in Django (Hindi)
- 70 Model Form Inheritance in Django (Hindi)
- 71 Messages Framework in Django (Hindi)
- 72 What is Authentication and Authorization (Hindi)
- 73 User Authentication System using Django Admin Application in Django (Hindi)
- 74 Create Registration Form using UserCreationForm in Django (Hindi)
- 75 Create Login Form using AuthenticationForm and Profile Page and Logout in Django (Hindi)
- 76 Change Password with Old Password and without Old Password in Django (Hindi)
- 77 Profile using UserChangeForm in Django (Hindi)
- 78 User Profile and Admin Profile in Django (Hindi)
- 79 Permission and Authorization in Django (Hindi)
- 80 Django Mini Blog Project (Hindi)
- 81 Cookies in Django (Hindi)
- 82 Session Framework in Django (Hindi)
- 83 Page Session Expired in 20 Seconds in Django (Hindi)
- 84 File Based Session in Django (Hindi)
- 85 Page Counter Project in Django (Hindi)
- 86 What is Cache and The per site Cache in Django (Hindi)
- 87 The Per View Caching in Django (Hindi)
- 88 Template Fragment Caching in Django (Hindi)
- 89 Low Level Cache API in Django (Hindi)
- 90 Signals and Built in Signals in Django (Hindi)
- 91 Track Client IP Django Project (Hindi)
- 92 User Login Count Django Project Hindi
- 93 Custom Signals in Django (Hindi)
- 94 Middleware in Django (Hindi)
- 95 Site Under Construction Django Project (Hindi)
- 96 QuerySet API Methods that return new QuerySets in Django (Hindi)
- 97 QuerySet API Methods that do not return new QuerySets in Django (Hindi)
- 98 QuerySet API Field Lookups in Django (Hindi)
- 99 QuerySet API Aggregation in Django (Hindi)
- 100 Q Objects in Django (Hindi)
- 101 Limiting QuerySet in Django (Hindi)
- 102 Model Inheritance Abstract Base Class MultiTable Inheritance Proxy Model in Django (Hindi)
- 103 Model Manager in Django (Hindi)
- 104 Model Relationship and One to One Relationship in Django (Hindi)
- 105 Many to One Relationship in Django (Hindi)
- 106 Many to Many Relationship in Django (Hindi)
- 107 Model Relationship Example and related_name Parameter in Django (Hindi)
- 108 View Class Based Base View or View Base Class in Django (Hindi)
- 109 TemplateView in Django (Hindi)
- 110 RedirectView in Django (Hindi)
- 111 CRUD Project Base Class Based View with Model Form in Django (Hindi)
- 112 Generic Class Based View and ListView in Django (Hindi)
- 113 DetailView in Django (Hindi)
- 114 FormView in Django (Hindi)
- 115 CreateView in Django (Hindi)
- 116 UpdateView in Django (Hindi)
- 117 DeleteView in Django (Hindi)
- 118 How to Use Authentication Views with Function Based View in Django (Hindi)
- 119 Function Based View with login_required and staff_member_required Decorators in Django (Hindi)
- 120 How to use Authentication Views with Class Based View in Django (Hindi)
- 121 Class Based View with login required and staff member required Decorators in Django (Hindi)
- 122 Customize Authentication View in Django (Hindi)
- 123 Authentication Settings in Django (Hindi)
- 124 Database Configurations in Django (Hindi)
- 125 Pagination with Function Based View in Django (Hindi)
- 126 Pagination with Class Based View in Django (Hindi)
- 127 Django Security (Hindi)
- 128 Django Completed Now What Next (Hindi)