Django

Django

Geeky Shows via YouTube Direct link

What is Framework (Hindi)

1 of 128

1 of 128

What is Framework (Hindi)

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Django

Automatically move to the next video in the Classroom when playback concludes

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

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.