589689.xyz

[] Udemy - Python Django 4 Masterclass Build a Real World Project

  • 收录时间:2023-08-20 04:13:33
  • 文件大小:9GB
  • 下载次数:1
  • 最近下载:2023-08-20 04:13:33
  • 磁力链接:

文件列表

  1. 7. Working with multiple Models and Relationships/5. Managing data with Many to One relationship.mp4 285MB
  2. 9. Working with Static Files and File uploads/8. Image Uploads Setting up a new app.mp4 172MB
  3. 5. Django modelsworking with the database/5. Creating our first Model and doing migrations.mp4 152MB
  4. 7. Working with multiple Models and Relationships/2. One to One relationship.mp4 148MB
  5. 7. Working with multiple Models and Relationships/3. Managing data with One to One Relationships.mp4 145MB
  6. 5. Django modelsworking with the database/23. Working with Slugs, why slugs.mp4 141MB
  7. 9. Working with Static Files and File uploads/10. Rendering images on frontend.mp4 138MB
  8. 7. Working with multiple Models and Relationships/6. Many to Many relationship.mp4 137MB
  9. 1. Introduction and setup/1. Course Introduction.mp4 130MB
  10. 9. Working with Static Files and File uploads/11. Uploading files other than images.mp4 129MB
  11. 8. Forms and ModelForms/12. Saving form data.mp4 123MB
  12. 7. Working with multiple Models and Relationships/7. Managing data in Many to Many relationship.mp4 120MB
  13. 10. Finishing our job application/7. Using inheritance to organize templates.mp4 117MB
  14. 8. Forms and ModelForms/15. Validating fields.mp4 113MB
  15. 3. Working with URLs and Views/3. Views and app specific URL's.mp4 113MB
  16. 5. Django modelsworking with the database/26. Aggregation.mp4 111MB
  17. 7. Working with multiple Models and Relationships/4. Many to One relationship.mp4 106MB
  18. 8. Forms and ModelForms/6. Saving data to database.mp4 103MB
  19. 5. Django modelsworking with the database/8. Remigration.mp4 100MB
  20. 3. Working with URLs and Views/12. Reverse resolution of URLs and URL names.mp4 98MB
  21. 6. Django Admin Panel/4. Behind the scenes of Django Admin panel.mp4 98MB
  22. 9. Working with Static Files and File uploads/9. Saving and uploading images.mp4 94MB
  23. 3. Working with URLs and Views/11. Challenge Displaying all jobs on home page.mp4 94MB
  24. 3. Working with URLs and Views/7. Updating views to return multiple jobs.mp4 93MB
  25. 8. Forms and ModelForms/16. Rendering form manually.mp4 93MB
  26. 10. Finishing our job application/3. Challenge Updating Job List Page.mp4 87MB
  27. 2. Basics of Django and its working/3. Creating and Setting up Django Project.mp4 87MB
  28. 8. Forms and ModelForms/5. Adding serverside validations.mp4 87MB
  29. 4. Django Template Language/2. Creating your first dynamic template.mp4 86MB
  30. 10. Finishing our job application/4. Adding missing models.mp4 86MB
  31. 8. Forms and ModelForms/18. What are ModelForms.mp4 85MB
  32. 8. Forms and ModelForms/20. Customizing defaults with ModelForms.mp4 84MB
  33. 8. Forms and ModelForms/22. Working with choices.mp4 82MB
  34. 5. Django modelsworking with the database/9. Behind the scenes of Django Migrations.mp4 81MB
  35. 10. Finishing our job application/2. Updating Job detail Page.mp4 81MB
  36. 3. Working with URLs and Views/1. URL’s and getting our first URL running.mp4 80MB
  37. 6. Django Admin Panel/6. Customizing model fields in list view.mp4 79MB
  38. 8. Forms and ModelForms/2. Forms the traditional way.mp4 79MB
  39. 5. Django modelsworking with the database/24. Best practices and preventing updates of Slugs.mp4 78MB
  40. 5. Django modelsworking with the database/19. Updating the existing data.mp4 78MB
  41. 5. Django modelsworking with the database/21. Job list page Getting data from the database in-app.mp4 77MB
  42. 5. Django modelsworking with the database/27. Deleting data from the database.mp4 76MB
  43. 8. Forms and ModelForms/21. Validations in Model.mp4 75MB
  44. 5. Django modelsworking with the database/18. Field Lookups.mp4 73MB
  45. 3. Working with URLs and Views/5. Dynamic URL’s.mp4 73MB
  46. 3. Working with URLs and Views/4. Challenge Create our second URL and view.mp4 73MB
  47. 4. Django Template Language/14. Challenge Migrating jobs list page to template.mp4 72MB
  48. 5. Django modelsworking with the database/15. exclude().mp4 70MB
  49. 3. Working with URLs and Views/8. Path converters.mp4 70MB
  50. 5. Django modelsworking with the database/17. Sorted results.mp4 70MB
  51. 4. Django Template Language/13. Challenge Migrating job detail page to template.mp4 70MB
  52. 5. Django modelsworking with the database/1. Basics What is a database and why do we need it.mp4 69MB
  53. 4. Django Template Language/3. Behind the scenes and best practices.mp4 69MB
  54. 2. Basics of Django and its working/2. Understanding and setting up a Virtual Environment.mp4 68MB
  55. 8. Forms and ModelForms/9. Our first Django Form.mp4 68MB
  56. 10. Finishing our job application/6. Inheritance with Templates and its need.mp4 66MB
  57. 5. Django modelsworking with the database/14. Getting single record from the table.mp4 66MB
  58. 5. Django modelsworking with the database/13. Query Filters.mp4 65MB
  59. 5. Django modelsworking with the database/7. Adding more fields to our models.mp4 62MB
  60. 4. Django Template Language/1. Django Template Language The Need.mp4 62MB
  61. 2. Basics of Django and its working/5. Running your Django application.mp4 61MB
  62. 8. Forms and ModelForms/14. Form options.mp4 61MB
  63. 9. Working with Static Files and File uploads/3. A separate CSS file.mp4 60MB
  64. 10. Finishing our job application/1. Way forward What are we going to build.mp4 60MB
  65. 3. Working with URLs and Views/9. What is a Request Types of request GET vs POST.mp4 59MB
  66. 6. Django Admin Panel/10. Working with Fieldsets.mp4 58MB
  67. 8. Forms and ModelForms/19. Configuring views to work with ModelForms.mp4 58MB
  68. 4. Django Template Language/4. Working with variables to render dynamic information.mp4 58MB
  69. 10. Finishing our job application/9. Challenge Updating Subscribe Page.mp4 57MB
  70. 5. Django modelsworking with the database/20. Chaining QuerySets.mp4 56MB
  71. 2. Basics of Django and its working/4. Understanding Django Project and its structure.mp4 56MB
  72. 5. Django modelsworking with the database/22. Job detail page Getting data from the database in-app.mp4 56MB
  73. 2. Basics of Django and its working/6. Terminals in Visual Studio Code.mp4 56MB
  74. 8. Forms and ModelForms/17. Rendering fields with for loop.mp4 55MB
  75. 4. Django Template Language/15. URL tag in Django.mp4 53MB
  76. 6. Django Admin Panel/1. Django Admin panel.mp4 53MB
  77. 5. Django modelsworking with the database/10. Inserting data into the database.mp4 53MB
  78. 4. Django Template Language/11. Working with filters.mp4 52MB
  79. 8. Forms and ModelForms/8. The Form class.mp4 51MB
  80. 6. Django Admin Panel/8. Allowing users to search.mp4 51MB
  81. 9. Working with Static Files and File uploads/4. Behind the scenes of static files.mp4 51MB
  82. 1. Introduction and setup/5. Installing Python on Mac.mp4 51MB
  83. 8. Forms and ModelForms/4. POST requests and CSRF tokens.mp4 50MB
  84. 3. Working with URLs and Views/2. Understanding URLs and views in Django.mp4 50MB
  85. 5. Django modelsworking with the database/6. Viewing tables created.mp4 50MB
  86. 3. Working with URLs and Views/6. Returning HTML as response.mp4 50MB
  87. 9. Working with Static Files and File uploads/7. Rendering images in your projects.mp4 49MB
  88. 5. Django modelsworking with the database/4. Django Models, Field, Field types, Field options.mp4 49MB
  89. 5. Django modelsworking with the database/11. Getting all data from the table.mp4 49MB
  90. 5. Django modelsworking with the database/12. __str__ in models.mp4 48MB
  91. 10. Finishing our job application/8. Challenge Updating Job detail Page.mp4 47MB
  92. 3. Working with URLs and Views/13. Handling not found.mp4 46MB
  93. 5. Django modelsworking with the database/16. Limiting QuerySets.mp4 46MB
  94. 1. Introduction and setup/4. Installing Python on Windows.mp4 43MB
  95. 7. Working with multiple Models and Relationships/8. New models on Admin panel Location Model.mp4 43MB
  96. 6. Django Admin Panel/3. Managing data with admin panel.mp4 43MB
  97. 6. Django Admin Panel/7. Filters.mp4 43MB
  98. 4. Django Template Language/8. If…else statements.mp4 43MB
  99. 1. Introduction and setup/8. Introduction to the command-line terminal and its importance with Django.mp4 42MB
  100. 8. Forms and ModelForms/7. Evaluating our approach so far.mp4 42MB
  101. 8. Forms and ModelForms/10. Building our view with Form.mp4 41MB
  102. 6. Django Admin Panel/9. Managing fields in detail view.mp4 41MB
  103. 5. Django modelsworking with the database/25. Defining limit and Using Slugs as index.mp4 41MB
  104. 10. Finishing our job application/10. Submitting data from subscribe form.mp4 41MB
  105. 2. Basics of Django and its working/7. Apps in Django and creating your first app.mp4 40MB
  106. 6. Django Admin Panel/2. Exploring admin panel and activating models in admin.mp4 39MB
  107. 9. Working with Static Files and File uploads/2. CSS and JS within HTML file.mp4 39MB
  108. 8. Forms and ModelForms/3. Evaluating our form.mp4 38MB
  109. 8. Forms and ModelForms/13. Different ways of rendering form.mp4 38MB
  110. 9. Working with Static Files and File uploads/6. Best practices with static files.mp4 38MB
  111. 5. Django modelsworking with the database/2. Django and Databases.mp4 35MB
  112. 8. Forms and ModelForms/11. Analyzing our form.mp4 35MB
  113. 3. Working with URLs and Views/10. Redirects.mp4 35MB
  114. 10. Finishing our job application/5. Updating Subscribe Page.mp4 34MB
  115. 1. Introduction and setup/6. Pycharm and Django.mp4 31MB
  116. 6. Django Admin Panel/11. Using inbuilt CSS classes.mp4 30MB
  117. 4. Django Template Language/6. Challenge One more variable.mp4 29MB
  118. 5. Django modelsworking with the database/3. What is ORM.mp4 29MB
  119. 1. Introduction and setup/3. Understanding the required tools.mp4 28MB
  120. 4. Django Template Language/9. For loops.mp4 28MB
  121. 2. Basics of Django and its working/1. What is a Web Framework Introduction to Django.mp4 28MB
  122. 9. Working with Static Files and File uploads/5. A separate JS file.mp4 27MB
  123. 4. Django Template Language/10. Django Template Language and Visual Studio.mp4 27MB
  124. 6. Django Admin Panel/5. Customizing admin panel.mp4 26MB
  125. 7. Working with multiple Models and Relationships/10. New models on Admin panel Skills Model.mp4 23MB
  126. 1. Introduction and setup/7. Installing VS Code on Mac, Windows, Linux.mp4 23MB
  127. 8. Forms and ModelForms/1. Bringing forms to the front end Forms and ModelForms.mp4 22MB
  128. 7. Working with multiple Models and Relationships/1. Working with multiple models Relationships.mp4 20MB
  129. 4. Django Template Language/5. render() function.mp4 20MB
  130. 2. Basics of Django and its working/8. How does Django work.mp4 18MB
  131. 4. Django Template Language/12. Writing comments in templates.mp4 17MB
  132. 7. Working with multiple Models and Relationships/9. New models on Admin panel Author Model.mp4 16MB
  133. 8. Forms and ModelForms/23. blank vs required vs null.mp4 14MB
  134. 1. Introduction and setup/2. Getting the best out of this course.mp4 12MB
  135. 4. Django Template Language/7. What are tags.mp4 10MB
  136. 9. Working with Static Files and File uploads/1. What are static files.mp4 8MB
  137. 1. Introduction and setup/1. Course Introduction.srt 28KB
  138. 5. Django modelsworking with the database/5. Creating our first Model and doing migrations.srt 24KB
  139. 5. Django modelsworking with the database/23. Working with Slugs, why slugs.srt 23KB
  140. 5. Django modelsworking with the database/1. Basics What is a database and why do we need it.srt 22KB
  141. 3. Working with URLs and Views/12. Reverse resolution of URLs and URL names.srt 20KB
  142. 10. Finishing our job application/12. Source Codes.html 20KB
  143. 3. Working with URLs and Views/3. Views and app specific URL's.srt 19KB
  144. 3. Working with URLs and Views/9. What is a Request Types of request GET vs POST.srt 19KB
  145. 2. Basics of Django and its working/2. Understanding and setting up a Virtual Environment.srt 18KB
  146. 6. Django Admin Panel/4. Behind the scenes of Django Admin panel.srt 17KB
  147. 3. Working with URLs and Views/11. Challenge Displaying all jobs on home page.srt 16KB
  148. 7. Working with multiple Models and Relationships/3. Managing data with One to One Relationships.srt 16KB
  149. 3. Working with URLs and Views/8. Path converters.srt 16KB
  150. 5. Django modelsworking with the database/26. Aggregation.srt 16KB
  151. 3. Working with URLs and Views/7. Updating views to return multiple jobs.srt 14KB
  152. 4. Django Template Language/3. Behind the scenes and best practices.srt 14KB
  153. 3. Working with URLs and Views/5. Dynamic URL’s.srt 14KB
  154. 3. Working with URLs and Views/1. URL’s and getting our first URL running.srt 14KB
  155. 4. Django Template Language/14. Challenge Migrating jobs list page to template.srt 14KB
  156. 6. Django Admin Panel/1. Django Admin panel.srt 13KB
  157. 2. Basics of Django and its working/3. Creating and Setting up Django Project.srt 13KB
  158. 6. Django Admin Panel/6. Customizing model fields in list view.srt 13KB
  159. 5. Django modelsworking with the database/21. Job list page Getting data from the database in-app.srt 13KB
  160. 5. Django modelsworking with the database/8. Remigration.srt 12KB
  161. 4. Django Template Language/2. Creating your first dynamic template.srt 12KB
  162. 2. Basics of Django and its working/6. Terminals in Visual Studio Code.srt 12KB
  163. 5. Django modelsworking with the database/24. Best practices and preventing updates of Slugs.srt 12KB
  164. 5. Django modelsworking with the database/9. Behind the scenes of Django Migrations.srt 12KB
  165. 5. Django modelsworking with the database/22. Job detail page Getting data from the database in-app.srt 12KB
  166. 3. Working with URLs and Views/2. Understanding URLs and views in Django.srt 11KB
  167. 2. Basics of Django and its working/7. Apps in Django and creating your first app.srt 11KB
  168. 1. Introduction and setup/8. Introduction to the command-line terminal and its importance with Django.srt 11KB
  169. 3. Working with URLs and Views/4. Challenge Create our second URL and view.srt 11KB
  170. 2. Basics of Django and its working/4. Understanding Django Project and its structure.srt 11KB
  171. 2. Basics of Django and its working/5. Running your Django application.srt 10KB
  172. 4. Django Template Language/13. Challenge Migrating job detail page to template.srt 10KB
  173. 5. Django modelsworking with the database/4. Django Models, Field, Field types, Field options.srt 10KB
  174. 4. Django Template Language/4. Working with variables to render dynamic information.srt 10KB
  175. 5. Django modelsworking with the database/27. Deleting data from the database.srt 10KB
  176. 4. Django Template Language/15. URL tag in Django.srt 10KB
  177. 4. Django Template Language/8. If…else statements.srt 10KB
  178. 5. Django modelsworking with the database/18. Field Lookups.srt 10KB
  179. 6. Django Admin Panel/3. Managing data with admin panel.srt 10KB
  180. 5. Django modelsworking with the database/3. What is ORM.srt 10KB
  181. 5. Django modelsworking with the database/19. Updating the existing data.srt 10KB
  182. 4. Django Template Language/11. Working with filters.srt 10KB
  183. 3. Working with URLs and Views/13. Handling not found.srt 10KB
  184. 2. Basics of Django and its working/1. What is a Web Framework Introduction to Django.srt 10KB
  185. 5. Django modelsworking with the database/17. Sorted results.srt 9KB
  186. 5. Django modelsworking with the database/13. Query Filters.srt 9KB
  187. 4. Django Template Language/1. Django Template Language The Need.srt 9KB
  188. 3. Working with URLs and Views/6. Returning HTML as response.srt 8KB
  189. 5. Django modelsworking with the database/15. exclude().srt 8KB
  190. 6. Django Admin Panel/10. Working with Fieldsets.srt 8KB
  191. 5. Django modelsworking with the database/14. Getting single record from the table.srt 8KB
  192. 6. Django Admin Panel/2. Exploring admin panel and activating models in admin.srt 8KB
  193. 1. Introduction and setup/5. Installing Python on Mac.srt 8KB
  194. 5. Django modelsworking with the database/7. Adding more fields to our models.srt 8KB
  195. 1. Introduction and setup/6. Pycharm and Django.srt 8KB
  196. 3. Working with URLs and Views/10. Redirects.srt 8KB
  197. 1. Introduction and setup/4. Installing Python on Windows.srt 7KB
  198. 6. Django Admin Panel/8. Allowing users to search.srt 7KB
  199. 5. Django modelsworking with the database/6. Viewing tables created.srt 7KB
  200. 1. Introduction and setup/3. Understanding the required tools.srt 7KB
  201. 6. Django Admin Panel/9. Managing fields in detail view.srt 7KB
  202. 5. Django modelsworking with the database/10. Inserting data into the database.srt 7KB
  203. 5. Django modelsworking with the database/20. Chaining QuerySets.srt 7KB
  204. 5. Django modelsworking with the database/2. Django and Databases.srt 7KB
  205. 6. Django Admin Panel/7. Filters.srt 6KB
  206. 2. Basics of Django and its working/8. How does Django work.srt 6KB
  207. 7. Working with multiple Models and Relationships/1. Working with multiple models Relationships.srt 6KB
  208. 6. Django Admin Panel/5. Customizing admin panel.srt 6KB
  209. 4. Django Template Language/9. For loops.srt 6KB
  210. 5. Django modelsworking with the database/12. __str__ in models.srt 6KB
  211. 5. Django modelsworking with the database/16. Limiting QuerySets.srt 6KB
  212. 5. Django modelsworking with the database/25. Defining limit and Using Slugs as index.srt 6KB
  213. 5. Django modelsworking with the database/11. Getting all data from the table.srt 6KB
  214. 6. Django Admin Panel/11. Using inbuilt CSS classes.srt 5KB
  215. 1. Introduction and setup/7. Installing VS Code on Mac, Windows, Linux.srt 5KB
  216. 1. Introduction and setup/2. Getting the best out of this course.srt 4KB
  217. 4. Django Template Language/12. Writing comments in templates.srt 4KB
  218. 4. Django Template Language/5. render() function.srt 4KB
  219. 4. Django Template Language/6. Challenge One more variable.srt 4KB
  220. 4. Django Template Language/10. Django Template Language and Visual Studio.srt 4KB
  221. 4. Django Template Language/7. What are tags.srt 3KB
  222. 10. Finishing our job application/11. Getting your template files.html 418B
  223. 10. Finishing our job application/1.1 Job App Template.html 141B
  224. 10. Finishing our job application/10.1 Source code - Finishing our job application - Submitting data from subscribe form.html 141B
  225. 10. Finishing our job application/11.1 Blog app template.html 141B
  226. 10. Finishing our job application/2.1 Source code - Finishing our job application - Updating Job detail Page.html 141B
  227. 10. Finishing our job application/3.1 Source code - Finishing our job application - Challenge Updating Job List Page.html 141B
  228. 10. Finishing our job application/4.1 Source code - Finishing our job application - Adding missing models.html 141B
  229. 10. Finishing our job application/5.1 Source code - Finishing our job application - Updating Subscribe Page.html 141B
  230. 10. Finishing our job application/7.1 Source code - Finishing our job application - Using inheritance to organize templates.html 141B
  231. 10. Finishing our job application/8.1 Source code - Finishing our job application - Challenge Updating Job detail Page.html 141B
  232. 10. Finishing our job application/9.1 Source code - Finishing our job application - Challenge Updating Subscribe Page.html 141B
  233. 2. Basics of Django and its working/7.1 Source code - Basics of Django and its working - Apps in Django and creating your first app.html 141B
  234. 3. Working with URLs and Views/1.1 Source code - Working with URLs and Views - URL’s and getting our first URL running.html 141B
  235. 3. Working with URLs and Views/10.1 Source code - Working with URLs and Views - Redirects.html 141B
  236. 3. Working with URLs and Views/11.1 Source code - Working with URLs and Views - Challenge Displaying all jobs on home page.html 141B
  237. 3. Working with URLs and Views/12.1 Source code - Working with URLs and Views - Reverse resolution of URLs and URL names.html 141B
  238. 3. Working with URLs and Views/13.1 Source code - Working with URLs and Views - Handling not found.html 141B
  239. 3. Working with URLs and Views/2.1 Source code - Working with URLs and Views - Understanding URLs and views in Django.html 141B
  240. 3. Working with URLs and Views/3.1 Source code - Working with URLs and Views - Views and app specific URL's.html 141B
  241. 3. Working with URLs and Views/4.1 Source code - Working with URLs and Views - Challenge Create our second URL and view.html 141B
  242. 3. Working with URLs and Views/5.1 Source code - Working with URLs and Views - Dynamic URL’s.html 141B
  243. 3. Working with URLs and Views/6.1 Source code - Working with URLs and Views - Returning HTML as response.html 141B
  244. 3. Working with URLs and Views/7.1 Source code - Working with URLs and Views - Updating views to return multiple jobs.html 141B
  245. 3. Working with URLs and Views/8.1 Source code - Working with URLs and Views - Path converters.html 141B
  246. 4. Django Template Language/11.1 Source code - Django Template Language - Working with filters.html 141B
  247. 4. Django Template Language/12.1 Source code - Django Template Language - Writing comments in templates.html 141B
  248. 4. Django Template Language/13.1 Source code - Django Template Language - Challenge Migrating job detail page to template.html 141B
  249. 4. Django Template Language/14.1 Source code - Django Template Language - Challenge Migrating jobs list page to template.html 141B
  250. 4. Django Template Language/15.1 Source code - Django Template Language - URL tag in Django.html 141B
  251. 4. Django Template Language/2.1 Source code - Django Template Language - Creating your first dynamic template.html 141B
  252. 4. Django Template Language/3.1 Source code - Django Template Language - Behind the scenes and best practices.html 141B
  253. 4. Django Template Language/4.1 Source code - Django Template Language - Working with variables to render dynamic information.html 141B
  254. 4. Django Template Language/5.1 Source code - Django Template Language - render() function.html 141B
  255. 4. Django Template Language/6.1 Source code - Django Template Language - Challenge One more variable.html 141B
  256. 4. Django Template Language/8.1 Source code - Django Template Language - If...else statements.html 141B
  257. 4. Django Template Language/9.1 Source code - Django Template Language - For loops.html 141B
  258. 5. Django modelsworking with the database/12.1 Source code - Django modelsworking with the database - __str__ in models.html 141B
  259. 5. Django modelsworking with the database/21.1 Source code - Django modelsworking with the database - Job list page Getting data from the database in-app.html 141B
  260. 5. Django modelsworking with the database/22.1 Source code - Django modelsworking with the database - Job detail page Getting data from the database in-app.html 141B
  261. 5. Django modelsworking with the database/23.1 Source code - Django modelsworking with the database - Working with Slugs, why slugs.html 141B
  262. 5. Django modelsworking with the database/24.1 Source code - Django modelsworking with the database - Best practices and preventing updates of Slugs.html 141B
  263. 5. Django modelsworking with the database/25.1 Source code - Django modelsworking with the database - Defining limit and Using Slugs as index.html 141B
  264. 5. Django modelsworking with the database/26.1 Source code - Django modelsworking with the database - Aggregation.html 141B
  265. 5. Django modelsworking with the database/5.1 Source code - Django modelsworking with the database - Creating our first Model and doing migrations.html 141B
  266. 5. Django modelsworking with the database/7.1 Source code - Django modelsworking with the database - Adding more fields to our models.html 141B
  267. 5. Django modelsworking with the database/8.1 Source code - Django modelsworking with the database - Remigration.html 141B
  268. 6. Django Admin Panel/10.1 Source code - Django Admin Panel - Working with Fieldsets.html 141B
  269. 6. Django Admin Panel/11.1 Source code - Django Admin Panel - Using inbuilt CSS classes.html 141B
  270. 6. Django Admin Panel/2.1 Source code - Django Admin Panel - Exploring admin panel and activating models in admin.html 141B
  271. 6. Django Admin Panel/4.1 Source code - Django Admin Panel - Behind the scenes of Django Admin panel.html 141B
  272. 6. Django Admin Panel/5.1 Source code - Django Admin Panel - Customizing admin panel.html 141B
  273. 6. Django Admin Panel/6.1 Source code - Django Admin Panel - Customizing model fields in list view.html 141B
  274. 6. Django Admin Panel/7.1 Source code - Django Admin Panel - Filters.html 141B
  275. 6. Django Admin Panel/8.1 Source code - Django Admin Panel - Allowing users to search.html 141B
  276. 6. Django Admin Panel/9.1 Source code - Django Admin Panel - Managing fields in detail view.html 141B
  277. 7. Working with multiple Models and Relationships/10.1 Source code - Working with multiple Models and Relationships - New models on Admin panel Skills Model.html 141B
  278. 7. Working with multiple Models and Relationships/2.1 Source code - Working with multiple Models and Relationships - One to One relationship.html 141B
  279. 7. Working with multiple Models and Relationships/4.1 Source code - Working with multiple Models and Relationships - Many to One relationship.html 141B
  280. 7. Working with multiple Models and Relationships/5.1 Source code - Working with multiple Models and Relationships - Managing data with Many to One relationship.html 141B
  281. 7. Working with multiple Models and Relationships/6.1 Source code - Working with multiple Models and Relationships - Many to Many relationship.html 141B
  282. 7. Working with multiple Models and Relationships/7.1 Source code - Working with multiple Models and Relationships - Managing data in Many to Many relationship.html 141B
  283. 7. Working with multiple Models and Relationships/8.1 Source code - Working with multiple Models and Relationships - New models on Admin panel Location Model.html 141B
  284. 7. Working with multiple Models and Relationships/9.1 Source code - Working with multiple Models and Relationships - New models on Admin panel Author Model.html 141B
  285. 8. Forms and ModelForms/10.1 Source code - Forms and ModelForms - Building our view with Form.html 141B
  286. 8. Forms and ModelForms/12.1 Source code - Forms and ModelForms - Saving form data.html 141B
  287. 8. Forms and ModelForms/13.1 Source code - Forms and ModelForms - Different ways of rendering form.html 141B
  288. 8. Forms and ModelForms/14.1 Source code - Forms and ModelForms - Form options.html 141B
  289. 8. Forms and ModelForms/15.1 Source code - Forms and ModelForms - Validating fields.html 141B
  290. 8. Forms and ModelForms/16.1 Source code - Forms and ModelForms - Rendering form manually.html 141B
  291. 8. Forms and ModelForms/17.1 Source code - Forms and ModelForms - Rendering fields with for loop.html 141B
  292. 8. Forms and ModelForms/18.1 Source code - Forms and ModelForms - What are ModelForms.html 141B
  293. 8. Forms and ModelForms/19.1 Source code - Forms and ModelForms - Configuring views to work with ModelForms.html 141B
  294. 8. Forms and ModelForms/2.1 Source code - Forms and ModelForms - Forms the traditional way.html 141B
  295. 8. Forms and ModelForms/20.1 Source code - Forms and ModelForms - Customizing defaults with ModelForms.html 141B
  296. 8. Forms and ModelForms/21.1 Source code - Forms and ModelForms - Validations in Model.html 141B
  297. 8. Forms and ModelForms/22.1 Source code - Forms and ModelForms - Working with choices.html 141B
  298. 8. Forms and ModelForms/3.1 Source code - Forms and ModelForms - Evaluating our form.html 141B
  299. 8. Forms and ModelForms/4.1 Source code - Forms and ModelForms - POST requests and CSRF tokens.html 141B
  300. 8. Forms and ModelForms/5.1 Source code - Forms and ModelForms - Adding serverside validations.html 141B
  301. 8. Forms and ModelForms/6.1 Source code - Forms and ModelForms - Saving data to database.html 141B
  302. 8. Forms and ModelForms/9.1 Source code - Forms and ModelForms - Our first Django Form.html 141B
  303. 9. Working with Static Files and File uploads/10.1 Source code - Working with Static Files and File uploads - Rendering images on frontend.html 141B
  304. 9. Working with Static Files and File uploads/11.1 Source code - Working with Static Files and File uploads - Uploading files other than images.html 141B
  305. 9. Working with Static Files and File uploads/2.1 Source code - Working with Static Files and File uploads - CSS and JS within HTML file.html 141B
  306. 9. Working with Static Files and File uploads/3.1 Source code - Working with Static Files and File uploads - A separate CSS file.html 141B
  307. 9. Working with Static Files and File uploads/5.1 Source code - Working with Static Files and File uploads - A separate JS file.html 141B
  308. 9. Working with Static Files and File uploads/6.1 Source code - Working with Static Files and File uploads - Best practices with static files.html 141B
  309. 9. Working with Static Files and File uploads/7.1 Source code - Working with Static Files and File uploads - Rendering images in your projects.html 141B
  310. 9. Working with Static Files and File uploads/8.1 Source code - Working with Static Files and File uploads - Image Uploads Setting up a new app.html 141B
  311. 9. Working with Static Files and File uploads/9.1 Source code - Working with Static Files and File uploads - Saving and uploading images.html 141B
  312. 0. Websites you may like/[FreeCourseSite.com].url 127B
  313. 0. Websites you may like/[CourseClub.Me].url 122B
  314. 0. Websites you may like/[GigaCourse.Com].url 49B