589689.xyz

[] Udemy - Django Database ORM Mastery

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

文件列表

  1. 23 - L2 Django User Model/159 - Store extra information about the existing User Model User Profile.mp4 525MB
  2. 12 - L1 Retrieving objects/77 - Retrieve objects from multiple tables through a foreign key relationship.mp4 466MB
  3. 12 - L1 Retrieving objects/80 - Retrieve objects from multiple tables through a manytomany relationship.mp4 344MB
  4. 18 - L1 Practical Exercises Answers/117 - Retrieve all products associated to product attribute id1.mp4 311MB
  5. 11 - L1 Create and Save Objects/61 - SQL Insert Working with datetime fields and foreign keys.mp4 293MB
  6. 5 - Backend Setup/27 - PostgreSQL Docker Setup.mp4 265MB
  7. 11 - L1 Create and Save Objects/58 - Explore the difference between save and create.mp4 254MB
  8. 24 - Model Manager/163 - Model Manager Extra Methods.mp4 238MB
  9. 11 - L1 Create and Save Objects/59 - SQL Insert Executing custom SQL Inserts.mp4 232MB
  10. 23 - L2 Django User Model/158 - Changing the User Model Behaviour Proxy Model.mp4 228MB
  11. 12 - L1 Retrieving objects/75 - Filter Exclude Retrieving specific objects.mp4 227MB
  12. 18 - L1 Practical Exercises Answers/119 - Retrieve all subproducts which have been stock checked in the last month.mp4 210MB
  13. 11 - L1 Create and Save Objects/68 - Creating and automating a set of Django Fixtures.mp4 205MB
  14. 21 - Custom Model Fields/148 - Custom field Subclass Converting Values to and From a Database.mp4 193MB
  15. 11 - L1 Create and Save Objects/60 - Insert into single table with foreign key.mp4 192MB
  16. 25 - Additional Content Introducing Linters and Formatters/167 - Flake8.mp4 191MB
  17. 18 - L1 Practical Exercises Answers/120 - Retrieve all woman shoe products.mp4 190MB
  18. 25 - Additional Content Introducing Linters and Formatters/168 - Microsoft Python Extension.mp4 190MB
  19. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/139 - Data Create data Django Admin Site.mp4 181MB
  20. 17 - L1 QuerySet Ordering and Limiting/109 - Limit the objects returned from a QuerySet.mp4 171MB
  21. 11 - L1 Create and Save Objects/63 - SQL Insert Working with manytomany relationships.mp4 170MB
  22. 11 - L1 Create and Save Objects/56 - Insert data into a single table with create.mp4 164MB
  23. 24 - Model Manager/161 - Model Manger Role and Implimentation.mp4 161MB
  24. 7 - L1 Building Models/35 - Adding a string representation of a model.mp4 156MB
  25. 18 - L1 Practical Exercises Answers/116 - Retrieve the product attributes for a given product type.mp4 151MB
  26. 21 - Custom Model Fields/147 - Creating a Custom Order Field.mp4 138MB
  27. 7 - L1 Building Models/39 - Defining model primary keys.mp4 127MB
  28. 23 - L2 Django User Model/160 - Inherit and add extra fields to the user table AbstractUser.mp4 127MB
  29. 3 - Optional Django Framework Introduction Exercise/17 - Creating a unique URL pattern.mp4 125MB
  30. 18 - L1 Practical Exercises Answers/121 - Retrieve all woman shoes by the xyz brand.mp4 122MB
  31. 9 - L1 Inspecting Queries Performance Analysis/48 - Inspect queries with the query attribute.mp4 121MB
  32. 12 - L1 Retrieving objects/78 - SQL Retrieve objects foreign key relationship.mp4 120MB
  33. 11 - L1 Create and Save Objects/64 - Insert data into multiples tables using atomic operations.mp4 120MB
  34. 6 - L1 Working with an SQLite Database/30 - Connect an SQLite database to a Django project.mp4 116MB
  35. 23 - L2 Django User Model/157 - Introducing the Django User Model.mp4 115MB
  36. 18 - L1 Practical Exercises Answers/122 - Retrieve all products associated to the xyz brand.mp4 114MB
  37. 11 - L1 Create and Save Objects/65 - Insert data into a single table with a onetoone relationship.mp4 111MB
  38. 7 - L1 Building Models/40 - Defining model Foreign Keys.mp4 111MB
  39. 7 - L1 Building Models/37 - Introducing django model field types.mp4 108MB
  40. 12 - L1 Retrieving objects/79 - Retrieve objects from multiple tables through a onetoone relationship.mp4 105MB
  41. 17 - L1 QuerySet Ordering and Limiting/106 - Reverse the output of a new QuerySet.mp4 102MB
  42. 18 - L1 Practical Exercises Answers/115 - Retrieve all values associated to a subproduct.mp4 99MB
  43. 24 - Model Manager/162 - Model Manager Naming.mp4 98MB
  44. 11 - L1 Create and Save Objects/62 - Insert data into a single table with a manytomany relationship.mp4 96MB
  45. 25 - Additional Content Introducing Linters and Formatters/166 - Black.mp4 94MB
  46. 18 - L1 Practical Exercises Answers/118 - Retrieve all subproducts that has less than 50 units left in stock.mp4 93MB
  47. 24 - Model Manager/164 - Modify Initial QuerySet.mp4 93MB
  48. 4 - Django ORM Primer/25 - QuerySet Primer.mp4 90MB
  49. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/138 - Build Create the tables and fields.mp4 89MB
  50. 21 - Custom Model Fields/146 - Creating a Custom field Subclass.mp4 89MB
  51. 7 - L1 Building Models/38 - Introducing Django model field options.mp4 87MB
  52. 20 - Django Signals/144 - Receiving Signals Specifying a Model.mp4 86MB
  53. 4 - Django ORM Primer/23 - Models and Field Primer.mp4 82MB
  54. 2 - Setup Guides/2 - Windows Installing Python 395.mp4 79MB
  55. 7 - L1 Building Models/34 - Introducing Django models.mp4 76MB
  56. 13 - L1 Update FieldsRecords/85 - bulkupdate records in a single table.mp4 72MB
  57. 2 - Setup Guides/6 - macOS Visual Studio Code Induction.mp4 72MB
  58. 2 - Setup Guides/4 - Windows Creating Virtual Environments.mp4 71MB
  59. 20 - Django Signals/143 - Recieving Signals.mp4 71MB
  60. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/130 - Design Refining the fields and tables.mp4 70MB
  61. 18 - L1 Practical Exercises Answers/114 - Retrieve a product featured image.mp4 69MB
  62. 3 - Optional Django Framework Introduction Exercise/11 - Installing the Django Framework.mp4 67MB
  63. 17 - L1 QuerySet Ordering and Limiting/105 - Ordering a new QuerySet.mp4 66MB
  64. 12 - L1 Retrieving objects/72 - SQL Return all objects from a single table.mp4 65MB
  65. 2 - Setup Guides/5 - macOS Installing Python 395.mp4 63MB
  66. 2 - Setup Guides/3 - Windows Visual Studio Code Induction.mp4 61MB
  67. 11 - L1 Create and Save Objects/57 - Insert data into a single table with save.mp4 60MB
  68. 11 - L1 Create and Save Objects/67 - Query Profiling bulkcreate vs create performance analysis.mp4 59MB
  69. 22 - Creating ManytoMany Relationship Customisations/155 - Extend a ManytoMany intermediate model with custom fields.mp4 57MB
  70. 20 - Django Signals/142 - Introducing Signals and the Observer Pattern.mp4 56MB
  71. 16 - L1 Field Lookup Keywords Arguments/100 - Field lookup with start or end with.mp4 55MB
  72. 17 - L1 QuerySet Ordering and Limiting/108 - Return the earliest or latest object matched by the QuerySet.mp4 54MB
  73. 18 - L1 Practical Exercises Answers/113 - Retrieve all subproducts for an individual product.mp4 52MB
  74. 16 - L1 Field Lookup Keywords Arguments/97 - Field lookups.mp4 52MB
  75. 22 - Creating ManytoMany Relationship Customisations/153 - Querying a ManytoMany Custom Intermediate Model.mp4 51MB
  76. 15 - L1 Implementing PostgreSQL Database Docker/94 - Configuring Django to work with a PostgreSQL database.mp4 51MB
  77. 8 - L1 Migrations/45 - Migrate model changes to the database schema.mp4 48MB
  78. 12 - L1 Retrieving objects/76 - SQL Filter retrieving objects filter.mp4 48MB
  79. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/140 - Data Create data Django fixtures.mp4 47MB
  80. 12 - L1 Retrieving objects/73 - Retrieving single objects from a single table get.mp4 46MB
  81. 7 - L1 Building Models/43 - Introducing model meta options.mp4 44MB
  82. 25 - Additional Content Introducing Linters and Formatters/165 - Introducing Linters and Formatters.mp4 43MB
  83. 9 - L1 Inspecting Queries Performance Analysis/50 - Pretty print SQL.mp4 41MB
  84. 15 - L1 Implementing PostgreSQL Database Docker/93 - Create a Postgres Docker container.mp4 41MB
  85. 16 - L1 Field Lookup Keywords Arguments/102 - Field lookup Day Week Month.mp4 40MB
  86. 7 - L1 Building Models/42 - Defining ManytoMany model relationships.mp4 40MB
  87. 15 - L1 Implementing PostgreSQL Database Docker/92 - Installing Docker Desktop for Windows 1011.mp4 40MB
  88. 16 - L1 Field Lookup Keywords Arguments/99 - Field lookup with greater or less than.mp4 38MB
  89. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/137 - Design Django Application Rules.mp4 38MB
  90. 13 - L1 Update FieldsRecords/84 - Implementing updateorcreate.mp4 37MB
  91. 16 - L1 Field Lookup Keywords Arguments/98 - Field lookup contains.mp4 37MB
  92. 4 - Django ORM Primer/22 - Object Relational Mapping Primer.mp4 37MB
  93. 14 - L1 Delete Records/87 - Section setup guide Codebase2.mp4 35MB
  94. 13 - L1 Update FieldsRecords/82 - Section setup guide Codebase2.mp4 35MB
  95. 12 - L1 Retrieving objects/70 - Section setup guide Codebase2.mp4 35MB
  96. 3 - Optional Django Framework Introduction Exercise/21 - Installing a Django application from a requirementstxt file.mp4 35MB
  97. 13 - L1 Update FieldsRecords/83 - Modify existing data for a specified record in a table.mp4 34MB
  98. 22 - Creating ManytoMany Relationship Customisations/151 - Specifying a ManytoMany Intermediate Model.mp4 34MB
  99. 7 - L1 Building Models/36 - The model verbose field name.mp4 33MB
  100. 7 - L1 Building Models/41 - Defining onetoone model relationships.mp4 32MB
  101. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/133 - Design Field Specifications.mp4 32MB
  102. 12 - L1 Retrieving objects/74 - SQL Return single objects from a single table.mp4 30MB
  103. 22 - Creating ManytoMany Relationship Customisations/152 - Django Admin ManytoMany Intermediate Model Configuration.mp4 30MB
  104. 3 - Optional Django Framework Introduction Exercise/15 - Starting the Django Development Server.mp4 29MB
  105. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/134 - Design Table Relationships.mp4 29MB
  106. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/135 - Design Table Relationships update fields.mp4 28MB
  107. 17 - L1 QuerySet Ordering and Limiting/107 - Return the first or last object matched by the queryset.mp4 26MB
  108. 11 - L1 Create and Save Objects/66 - Insert multiple objects into single table bulk create.mp4 26MB
  109. 3 - Optional Django Framework Introduction Exercise/13 - Creating a new Django application.mp4 25MB
  110. 22 - Creating ManytoMany Relationship Customisations/154 - Related Object Reference Reverse Queries.mp4 25MB
  111. 14 - L1 Delete Records/88 - Delete single and multiple objects.mp4 25MB
  112. 10 - L1 Utility/53 - Conveniently View data returned in queryset objects.mp4 25MB
  113. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/128 - Design Defining the preliminary list of fields.mp4 25MB
  114. 9 - L1 Inspecting Queries Performance Analysis/49 - Inspect queries connection and reset queries.mp4 24MB
  115. 3 - Optional Django Framework Introduction Exercise/18 - Writing a new view.mp4 23MB
  116. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/141 - Data Create data Management command.mp4 23MB
  117. 2 - Setup Guides/8 - Visual Studio Code Extensions.mp4 23MB
  118. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/127 - Design Requirement analysis.mp4 23MB
  119. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/129 - Design Defining the preliminary subjectsentities.mp4 22MB
  120. 7 - L1 Building Models/32 - Section setup guide stepbystep.mp4 21MB
  121. 21 - Custom Model Fields/145 - Introducing Custom Model Fields.mp4 21MB
  122. 18 - L1 Practical Exercises Answers/112 - Reintroducing the database design and dataset.mp4 20MB
  123. 22 - Creating ManytoMany Relationship Customisations/150 - Recap ManytoMany relationship.mp4 20MB
  124. 16 - L1 Field Lookup Keywords Arguments/96 - Section setup guide Codebase3.mp4 19MB
  125. 2 - Setup Guides/7 - macOS Creating Virtual Environments.mp4 19MB
  126. 3 - Optional Django Framework Introduction Exercise/16 - Understanding the Django RequestResponse Cycle.mp4 18MB
  127. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/131 - Design Naming fields and tables.mp4 18MB
  128. 11 - L1 Create and Save Objects/55 - Section setup guide Codebase1.mp4 18MB
  129. 3 - Optional Django Framework Introduction Exercise/9 - Preparing a new Virtual Environment.mp4 18MB
  130. 16 - L1 Field Lookup Keywords Arguments/101 - Field lookup range.mp4 18MB
  131. 9 - L1 Inspecting Queries Performance Analysis/47 - Section setup guide Codebase1.mp4 18MB
  132. 3 - Optional Django Framework Introduction Exercise/10 - Introducing the Python Package Index.mp4 17MB
  133. 4 - Django ORM Primer/26 - Backend Primer.mp4 17MB
  134. 3 - Optional Django Framework Introduction Exercise/14 - Registering a new Django application.mp4 17MB
  135. 12 - L1 Retrieving objects/71 - Return all objects from a single table all.mp4 17MB
  136. 10 - L1 Utility/52 - Counting returned queryset objects.mp4 17MB
  137. 3 - Optional Django Framework Introduction Exercise/12 - Creating a new Django project.mp4 16MB
  138. 17 - L1 QuerySet Ordering and Limiting/104 - Section setup guide Codebase3.mp4 15MB
  139. 4 - Django ORM Primer/24 - Model Manager Primer.mp4 14MB
  140. 15 - L1 Implementing PostgreSQL Database Docker/91 - Installing Docker MacOS.mp4 14MB
  141. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/136 - Design Business Rules.mp4 13MB
  142. 6 - L1 Working with an SQLite Database/29 - Introducing SQLite databases.mp4 13MB
  143. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/126 - Design Define the purpose.mp4 11MB
  144. 15 - L1 Implementing PostgreSQL Database Docker/90 - Docker introduction.mp4 10MB
  145. 7 - L1 Building Models/33 - Section setup guide CodeBase0.mp4 10MB
  146. 18 - L1 Practical Exercises Answers/111 - Section setup guide Codebase4.mp4 9MB
  147. 3 - Optional Django Framework Introduction Exercise/20 - Relating an HTML template to a view.mp4 9MB
  148. 1 - Django Database ORM Mastery/1 - Course Induction.mp4 8MB
  149. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - Case Study Resources.mp4 8MB
  150. 3 - Optional Django Framework Introduction Exercise/19 - Creating a new HTML template.mp4 7MB
  151. 23 - L2 Django User Model/156 - Section Intro Django User Model.mp4 6MB
  152. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/123 - Case Study Introduction.mp4 6MB
  153. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/125 - Design Design methodology.mp4 4MB
  154. 7 - L1 Building Models/31 - Section Introduction.mp4 4MB
  155. 22 - Creating ManytoMany Relationship Customisations/149 - Learning Objectives Advancing ManytoMany.mp4 4MB
  156. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/132 - Design Establishing Keys.mp4 3MB
  157. 6 - L1 Working with an SQLite Database/28 - Section Introduction.mp4 3MB
  158. 9 - L1 Inspecting Queries Performance Analysis/46 - Section Introduction.mp4 2MB
  159. 18 - L1 Practical Exercises Answers/110 - Section Introduction.mp4 2MB
  160. 15 - L1 Implementing PostgreSQL Database Docker/89 - Section introduction.mp4 2MB
  161. 12 - L1 Retrieving objects/69 - Section Introduction.mp4 2MB
  162. 10 - L1 Utility/51 - Section Introduction.mp4 1MB
  163. 8 - L1 Migrations/44 - Section Introduction.mp4 1MB
  164. 11 - L1 Create and Save Objects/54 - Section Introduction.mp4 1MB
  165. 13 - L1 Update FieldsRecords/81 - Section Introduction.mp4 1MB
  166. 14 - L1 Delete Records/86 - Section Introduction.mp4 921KB
  167. 16 - L1 Field Lookup Keywords Arguments/95 - Section Introduction.mp4 408KB
  168. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - Design-Phases.pdf 406KB
  169. 17 - L1 QuerySet Ordering and Limiting/103 - Section Introduction.mp4 172KB
  170. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - Database-Design.pdf 71KB
  171. 12 - L1 Retrieving objects/70 - code-base-2.zip 59KB
  172. 13 - L1 Update FieldsRecords/82 - code-base-2.zip 59KB
  173. 14 - L1 Delete Records/87 - code-base-2.zip 59KB
  174. 23 - L2 Django User Model/159 - Store extra information about the existing User Model User Profile English.vtt 53KB
  175. 5 - Backend Setup/27 - PostgreSQL Docker Setup English.vtt 44KB
  176. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - CaseStudy1-CodeRepository.zip 44KB
  177. 12 - L1 Retrieving objects/77 - Retrieve objects from multiple tables through a foreign key relationship English.vtt 36KB
  178. 16 - L1 Field Lookup Keywords Arguments/96 - code-base-3.zip 34KB
  179. 17 - L1 QuerySet Ordering and Limiting/104 - code-base-3.zip 34KB
  180. 18 - L1 Practical Exercises Answers/111 - code-base-4.zip 34KB
  181. 24 - Model Manager/164 - model-manager-example.zip 33KB
  182. 25 - Additional Content Introducing Linters and Formatters/167 - Flake8 English.vtt 31KB
  183. 22 - Creating ManytoMany Relationship Customisations/150 - Database-Model-Diagram.pdf 31KB
  184. 25 - Additional Content Introducing Linters and Formatters/168 - Microsoft Python Extension English.vtt 31KB
  185. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/130 - Design Refining the fields and tables English.vtt 30KB
  186. 24 - Model Manager/163 - model-manager-example.zip 29KB
  187. 11 - L1 Create and Save Objects/55 - code-base-1.zip 29KB
  188. 23 - L2 Django User Model/158 - Changing the User Model Behaviour Proxy Model English.vtt 29KB
  189. 4 - Django ORM Primer/23 - example.zip 27KB
  190. 21 - Custom Model Fields/147 - Creating a Custom Order Field English.vtt 27KB
  191. 12 - L1 Retrieving objects/80 - Retrieve objects from multiple tables through a manytomany relationship English.vtt 26KB
  192. 21 - Custom Model Fields/148 - Custom field Subclass Converting Values to and From a Database English.vtt 26KB
  193. 24 - Model Manager/163 - Model Manager Extra Methods English.vtt 25KB
  194. 21 - Custom Model Fields/146 - Creating a Custom field Subclass English.vtt 25KB
  195. 22 - Creating ManytoMany Relationship Customisations/151 - code.zip 24KB
  196. 22 - Creating ManytoMany Relationship Customisations/152 - code.zip 24KB
  197. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/134 - Design Table Relationships English.vtt 23KB
  198. 22 - Creating ManytoMany Relationship Customisations/153 - 2.5-Querying-a-Many-to-Many-intermediate-model-Final-Code-Example.zip 23KB
  199. 22 - Creating ManytoMany Relationship Customisations/154 - 2.6-Related-object-reference-reverse-queries-Final-Code-Example.zip 23KB
  200. 23 - L2 Django User Model/159 - ex-3-Store-extra-information-about-the-existing-User-Model.zip 23KB
  201. 23 - L2 Django User Model/157 - Introducing the Django User Model English.vtt 22KB
  202. 9 - L1 Inspecting Queries Performance Analysis/47 - code-base-1.zip 22KB
  203. 25 - Additional Content Introducing Linters and Formatters/166 - Black English.vtt 22KB
  204. 7 - L1 Building Models/35 - Adding a string representation of a model English.vtt 22KB
  205. 4 - Django ORM Primer/23 - Models and Field Primer English.vtt 22KB
  206. 11 - L1 Create and Save Objects/61 - SQL Insert Working with datetime fields and foreign keys English.vtt 21KB
  207. 18 - L1 Practical Exercises Answers/117 - Retrieve all products associated to product attribute id1 English.vtt 21KB
  208. 11 - L1 Create and Save Objects/58 - Explore the difference between save and create English.vtt 21KB
  209. 11 - L1 Create and Save Objects/59 - SQL Insert Executing custom SQL Inserts English.vtt 21KB
  210. 24 - Model Manager/164 - Modify Initial QuerySet English.vtt 21KB
  211. 11 - L1 Create and Save Objects/68 - Creating and automating a set of Django Fixtures English.vtt 21KB
  212. 11 - L1 Create and Save Objects/62 - Insert data into a single table with a manytomany relationship English.vtt 20KB
  213. 23 - L2 Django User Model/160 - ex-4-Inherit-and-add-extra-fields-to-the-user-table.zip 20KB
  214. 24 - Model Manager/161 - Model Manger Role and Implimentation English.vtt 20KB
  215. 11 - L1 Create and Save Objects/64 - Insert data into multiples tables using atomic operations English.vtt 20KB
  216. 12 - L1 Retrieving objects/78 - SQL Retrieve objects foreign key relationship English.vtt 19KB
  217. 11 - L1 Create and Save Objects/60 - Insert into single table with foreign key English.vtt 19KB
  218. 25 - Additional Content Introducing Linters and Formatters/165 - Introducing Linters and Formatters English.vtt 18KB
  219. 4 - Django ORM Primer/25 - QuerySet Primer English.vtt 18KB
  220. 7 - L1 Building Models/33 - code-base-0.zip 18KB
  221. 23 - L2 Django User Model/158 - ex-2-Changing-the-User-Model-Behaviour-Proxy-Model.zip 18KB
  222. 12 - L1 Retrieving objects/75 - Filter Exclude Retrieving specific objects English.vtt 18KB
  223. 11 - L1 Create and Save Objects/56 - Insert data into a single table with create English.vtt 18KB
  224. 7 - L1 Building Models/37 - Introducing django model field types English.vtt 18KB
  225. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/139 - Data Create data Django Admin Site English.vtt 17KB
  226. 20 - Django Signals/144 - example-code.zip 17KB
  227. 23 - L2 Django User Model/160 - Inherit and add extra fields to the user table AbstractUser English.vtt 17KB
  228. 20 - Django Signals/143 - base-code.zip 17KB
  229. 7 - L1 Building Models/34 - Introducing Django models English.vtt 17KB
  230. 6 - L1 Working with an SQLite Database/30 - Connect an SQLite database to a Django project English.vtt 16KB
  231. 16 - L1 Field Lookup Keywords Arguments/97 - Field lookups English.vtt 16KB
  232. 11 - L1 Create and Save Objects/67 - Query Profiling bulkcreate vs create performance analysis English.vtt 15KB
  233. 18 - L1 Practical Exercises Answers/119 - Retrieve all subproducts which have been stock checked in the last month English.vtt 15KB
  234. 20 - Django Signals/142 - Introducing Signals and the Observer Pattern English.vtt 15KB
  235. 17 - L1 QuerySet Ordering and Limiting/109 - Limit the objects returned from a QuerySet English.vtt 15KB
  236. 18 - L1 Practical Exercises Answers/116 - Retrieve the product attributes for a given product type English.vtt 15KB
  237. 18 - L1 Practical Exercises Answers/115 - Retrieve all values associated to a subproduct English.vtt 15KB
  238. 11 - L1 Create and Save Objects/63 - SQL Insert Working with manytomany relationships English.vtt 15KB
  239. 22 - Creating ManytoMany Relationship Customisations/155 - Extend a ManytoMany intermediate model with custom fields English.vtt 15KB
  240. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/138 - Build Create the tables and fields English.vtt 14KB
  241. 18 - L1 Practical Exercises Answers/120 - Retrieve all woman shoe products English.vtt 14KB
  242. 18 - L1 Practical Exercises Answers/114 - Retrieve a product featured image English.vtt 14KB
  243. 22 - Creating ManytoMany Relationship Customisations/153 - Querying a ManytoMany Custom Intermediate Model English.vtt 14KB
  244. 11 - L1 Create and Save Objects/57 - Insert data into a single table with save English.vtt 14KB
  245. 9 - L1 Inspecting Queries Performance Analysis/50 - Pretty print SQL English.vtt 14KB
  246. 12 - L1 Retrieving objects/72 - SQL Return all objects from a single table English.vtt 14KB
  247. 21 - Custom Model Fields/145 - Code-Example-3.1-3.4.zip 13KB
  248. 21 - Custom Model Fields/146 - Code-Example-3.1-3.4.zip 13KB
  249. 21 - Custom Model Fields/147 - Code-Example-3.1-3.4.zip 13KB
  250. 21 - Custom Model Fields/148 - Code-Example-3.1-3.4.zip 13KB
  251. 9 - L1 Inspecting Queries Performance Analysis/48 - Inspect queries with the query attribute English.vtt 13KB
  252. 7 - L1 Building Models/40 - Defining model Foreign Keys English.vtt 13KB
  253. 18 - L1 Practical Exercises Answers/121 - Retrieve all woman shoes by the xyz brand English.vtt 13KB
  254. 5 - Backend Setup/27 - docker-postgres-baseline.zip 13KB
  255. 13 - L1 Update FieldsRecords/85 - bulkupdate records in a single table English.vtt 13KB
  256. 2 - Setup Guides/4 - Windows Creating Virtual Environments English.vtt 12KB
  257. 3 - Optional Django Framework Introduction Exercise/13 - Creating a new Django application English.vtt 12KB
  258. 23 - L2 Django User Model/157 - ex1-Introducing-the-Django-User-Model.zip 12KB
  259. 24 - Model Manager/162 - Model Manager Naming English.vtt 12KB
  260. 7 - L1 Building Models/38 - Introducing Django model field options English.vtt 12KB
  261. 17 - L1 QuerySet Ordering and Limiting/105 - Ordering a new QuerySet English.vtt 12KB
  262. 21 - Custom Model Fields/145 - Introducing Custom Model Fields English.vtt 11KB
  263. 20 - Django Signals/144 - Receiving Signals Specifying a Model English.vtt 11KB
  264. 4 - Django ORM Primer/22 - Object Relational Mapping Primer English.vtt 11KB
  265. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/140 - Data Create data Django fixtures English.vtt 11KB
  266. 2 - Setup Guides/6 - macOS Visual Studio Code Induction English.vtt 11KB
  267. 3 - Optional Django Framework Introduction Exercise/11 - Installing the Django Framework English.vtt 11KB
  268. 15 - L1 Implementing PostgreSQL Database Docker/93 - Create a Postgres Docker container English.vtt 11KB
  269. 3 - Optional Django Framework Introduction Exercise/17 - Creating a unique URL pattern English.vtt 11KB
  270. 11 - L1 Create and Save Objects/65 - Insert data into a single table with a onetoone relationship English.vtt 11KB
  271. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/135 - Design Table Relationships update fields English.vtt 10KB
  272. 12 - L1 Retrieving objects/76 - SQL Filter retrieving objects filter English.vtt 10KB
  273. 20 - Django Signals/143 - Recieving Signals English.vtt 10KB
  274. 7 - L1 Building Models/39 - Defining model primary keys English.vtt 10KB
  275. 2 - Setup Guides/3 - Windows Visual Studio Code Induction English.vtt 10KB
  276. 15 - L1 Implementing PostgreSQL Database Docker/94 - Configuring Django to work with a PostgreSQL database English.vtt 10KB
  277. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/137 - Design Django Application Rules English.vtt 10KB
  278. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/133 - Design Field Specifications English.vtt 9KB
  279. 12 - L1 Retrieving objects/73 - Retrieving single objects from a single table get English.vtt 9KB
  280. 8 - L1 Migrations/45 - Migrate model changes to the database schema English.vtt 9KB
  281. 18 - L1 Practical Exercises Answers/118 - Retrieve all subproducts that has less than 50 units left in stock English.vtt 9KB
  282. 7 - L1 Building Models/41 - Defining onetoone model relationships English.vtt 9KB
  283. 12 - L1 Retrieving objects/79 - Retrieve objects from multiple tables through a onetoone relationship English.vtt 9KB
  284. 11 - L1 Create and Save Objects/55 - Section setup guide Codebase1 English.vtt 9KB
  285. 12 - L1 Retrieving objects/74 - SQL Return single objects from a single table English.vtt 9KB
  286. 9 - L1 Inspecting Queries Performance Analysis/47 - Section setup guide Codebase1 English.vtt 9KB
  287. 22 - Creating ManytoMany Relationship Customisations/151 - Specifying a ManytoMany Intermediate Model English.vtt 9KB
  288. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/129 - Design Defining the preliminary subjectsentities English.vtt 9KB
  289. 7 - L1 Building Models/32 - Section setup guide stepbystep English.vtt 8KB
  290. 13 - L1 Update FieldsRecords/84 - Implementing updateorcreate English.vtt 8KB
  291. 9 - L1 Inspecting Queries Performance Analysis/49 - Inspect queries connection and reset queries English.vtt 8KB
  292. 11 - L1 Create and Save Objects/66 - Insert multiple objects into single table bulk create English.vtt 8KB
  293. 18 - L1 Practical Exercises Answers/113 - Retrieve all subproducts for an individual product English.vtt 8KB
  294. 22 - Creating ManytoMany Relationship Customisations/152 - Django Admin ManytoMany Intermediate Model Configuration English.vtt 8KB
  295. 3 - Optional Django Framework Introduction Exercise/9 - Preparing a new Virtual Environment English.vtt 8KB
  296. 18 - L1 Practical Exercises Answers/122 - Retrieve all products associated to the xyz brand English.vtt 8KB
  297. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/128 - Design Defining the preliminary list of fields English.vtt 8KB
  298. 3 - Optional Django Framework Introduction Exercise/12 - Creating a new Django project English.vtt 8KB
  299. 16 - L1 Field Lookup Keywords Arguments/98 - Field lookup contains English.vtt 8KB
  300. 12 - L1 Retrieving objects/71 - Return all objects from a single table all English.vtt 8KB
  301. 17 - L1 QuerySet Ordering and Limiting/106 - Reverse the output of a new QuerySet English.vtt 8KB
  302. 7 - L1 Building Models/42 - Defining ManytoMany model relationships English.vtt 7KB
  303. 13 - L1 Update FieldsRecords/83 - Modify existing data for a specified record in a table English.vtt 7KB
  304. 12 - L1 Retrieving objects/70 - Section setup guide Codebase2 English.vtt 7KB
  305. 13 - L1 Update FieldsRecords/82 - Section setup guide Codebase2 English.vtt 7KB
  306. 14 - L1 Delete Records/87 - Section setup guide Codebase2 English.vtt 7KB
  307. 2 - Setup Guides/5 - macOS Installing Python 395 English.vtt 7KB
  308. 3 - Optional Django Framework Introduction Exercise/16 - Understanding the Django RequestResponse Cycle English.vtt 7KB
  309. 3 - Optional Django Framework Introduction Exercise/21 - Installing a Django application from a requirementstxt file English.vtt 7KB
  310. 16 - L1 Field Lookup Keywords Arguments/99 - Field lookup with greater or less than English.vtt 7KB
  311. 2 - Setup Guides/2 - Windows Installing Python 395 English.vtt 7KB
  312. 3 - Optional Django Framework Introduction Exercise/15 - Starting the Django Development Server English.vtt 7KB
  313. 3 - Optional Django Framework Introduction Exercise/18 - Writing a new view English.vtt 7KB
  314. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/127 - Design Requirement analysis English.vtt 7KB
  315. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/131 - Design Naming fields and tables English.vtt 7KB
  316. 17 - L1 QuerySet Ordering and Limiting/107 - Return the first or last object matched by the queryset English.vtt 7KB
  317. 16 - L1 Field Lookup Keywords Arguments/100 - Field lookup with start or end with English.vtt 7KB
  318. 22 - Creating ManytoMany Relationship Customisations/150 - Recap ManytoMany relationship English.vtt 7KB
  319. 3 - Optional Django Framework Introduction Exercise/10 - Introducing the Python Package Index English.vtt 6KB
  320. 2 - Setup Guides/7 - macOS Creating Virtual Environments English.vtt 6KB
  321. 4 - Django ORM Primer/24 - Model Manager Primer English.vtt 6KB
  322. 22 - Creating ManytoMany Relationship Customisations/154 - Related Object Reference Reverse Queries English.vtt 6KB
  323. 7 - L1 Building Models/36 - The model verbose field name English.vtt 6KB
  324. 16 - L1 Field Lookup Keywords Arguments/102 - Field lookup Day Week Month English.vtt 6KB
  325. 6 - L1 Working with an SQLite Database/29 - Introducing SQLite databases English.vtt 6KB
  326. 16 - L1 Field Lookup Keywords Arguments/96 - Section setup guide Codebase3 English.vtt 6KB
  327. 17 - L1 QuerySet Ordering and Limiting/104 - Section setup guide Codebase3 English.vtt 6KB
  328. 14 - L1 Delete Records/88 - Delete single and multiple objects English.vtt 5KB
  329. 15 - L1 Implementing PostgreSQL Database Docker/92 - Installing Docker Desktop for Windows 1011 English.vtt 5KB
  330. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/136 - Design Business Rules English.vtt 5KB
  331. 18 - L1 Practical Exercises Answers/112 - Reintroducing the database design and dataset English.vtt 5KB
  332. 3 - Optional Django Framework Introduction Exercise/14 - Registering a new Django application English.vtt 5KB
  333. 10 - L1 Utility/52 - Counting returned queryset objects English.vtt 5KB
  334. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/141 - Data Create data Management command English.vtt 5KB
  335. 7 - L1 Building Models/33 - Section setup guide CodeBase0 English.vtt 5KB
  336. 7 - L1 Building Models/43 - Introducing model meta options English.vtt 5KB
  337. 16 - L1 Field Lookup Keywords Arguments/101 - Field lookup range English.vtt 4KB
  338. 17 - L1 QuerySet Ordering and Limiting/108 - Return the earliest or latest object matched by the QuerySet English.vtt 4KB
  339. 4 - Django ORM Primer/26 - Backend Primer English.vtt 4KB
  340. 15 - L1 Implementing PostgreSQL Database Docker/91 - Installing Docker MacOS English.vtt 4KB
  341. 10 - L1 Utility/53 - Conveniently View data returned in queryset objects English.vtt 3KB
  342. 18 - L1 Practical Exercises Answers/111 - Section setup guide Codebase4 English.vtt 3KB
  343. 3 - Optional Django Framework Introduction Exercise/19 - Creating a new HTML template English.vtt 3KB
  344. 2 - Setup Guides/8 - Visual Studio Code Extensions English.vtt 3KB
  345. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/126 - Design Define the purpose English.vtt 3KB
  346. 1 - Django Database ORM Mastery/1 - Course Induction English.vtt 3KB
  347. 15 - L1 Implementing PostgreSQL Database Docker/90 - Docker introduction English.vtt 3KB
  348. 3 - Optional Django Framework Introduction Exercise/20 - Relating an HTML template to a view English.vtt 3KB
  349. 23 - L2 Django User Model/156 - Section Intro Django User Model English.vtt 2KB
  350. 22 - Creating ManytoMany Relationship Customisations/153 - Query-Examples.md 2KB
  351. 22 - Creating ManytoMany Relationship Customisations/154 - Query-Examples.md 2KB
  352. 22 - Creating ManytoMany Relationship Customisations/155 - Query-Examples.md 2KB
  353. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/132 - Design Establishing Keys English.vtt 2KB
  354. 22 - Creating ManytoMany Relationship Customisations/149 - Learning Objectives Advancing ManytoMany English.vtt 2KB
  355. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - Case Study Resources English.vtt 2KB
  356. 7 - L1 Building Models/31 - Section Introduction English.vtt 2KB
  357. 11 - L1 Create and Save Objects/64 - 001.9.v1.md 1KB
  358. 18 - L1 Practical Exercises Answers/117 - 001.5.v1.md 1KB
  359. 11 - L1 Create and Save Objects/68 - 001.13.v1.md 1KB
  360. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/123 - Case Study Introduction English.vtt 1KB
  361. 11 - L1 Create and Save Objects/63 - 001.8.v1.md 1KB
  362. 17 - L1 QuerySet Ordering and Limiting/109 - 001.5.v1.md 1KB
  363. 6 - L1 Working with an SQLite Database/28 - Section Introduction English.vtt 1KB
  364. 18 - L1 Practical Exercises Answers/120 - 001.8.v1.md 1009B
  365. 9 - L1 Inspecting Queries Performance Analysis/46 - Section Introduction English.vtt 1005B
  366. 11 - L1 Create and Save Objects/61 - 001.6.v1.md 995B
  367. 17 - L1 QuerySet Ordering and Limiting/108 - 001.4.v1.md 936B
  368. 18 - L1 Practical Exercises Answers/114 - 001.2.v1.md 924B
  369. 17 - L1 QuerySet Ordering and Limiting/105 - 001.1.v1.md 916B
  370. 16 - L1 Field Lookup Keywords Arguments/100 - 001.4.v1.md 858B
  371. 11 - L1 Create and Save Objects/62 - 001.7.v1.md 843B
  372. 12 - L1 Retrieving objects/69 - Section Introduction English.vtt 843B
  373. 8 - L1 Migrations/44 - Section Introduction English.vtt 836B
  374. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/125 - Design Design methodology English.vtt 818B
  375. 18 - L1 Practical Exercises Answers/110 - Section Introduction English.vtt 812B
  376. 18 - L1 Practical Exercises Answers/119 - 001.7.v1.md 809B
  377. 16 - L1 Field Lookup Keywords Arguments/102 - 001.6.v1.md 793B
  378. 18 - L1 Practical Exercises Answers/115 - 001.3.v1.md 772B
  379. 16 - L1 Field Lookup Keywords Arguments/98 - 001.2.v1.md 755B
  380. 18 - L1 Practical Exercises Answers/116 - 001.4.v1.md 745B
  381. 11 - L1 Create and Save Objects/54 - Section Introduction English.vtt 742B
  382. 9 - L1 Inspecting Queries Performance Analysis/48 - 001.1.v1.md 741B
  383. 12 - L1 Retrieving objects/78 - 001.10.v1.md 733B
  384. 18 - L1 Practical Exercises Answers/121 - 001.9.v1.md 728B
  385. 10 - L1 Utility/51 - Section Introduction English.vtt 725B
  386. 18 - L1 Practical Exercises Answers/118 - 001.6.v1.md 712B
  387. 18 - L1 Practical Exercises Answers/122 - 001.10.v1.md 684B
  388. 17 - L1 QuerySet Ordering and Limiting/107 - 001.3.v1.md 683B
  389. 16 - L1 Field Lookup Keywords Arguments/97 - 001.1.v1.md 679B
  390. 12 - L1 Retrieving objects/77 - 001.9.v1.md 677B
  391. 11 - L1 Create and Save Objects/67 - 001.12.v1.md 671B
  392. 17 - L1 QuerySet Ordering and Limiting/106 - 001.2.v1.md 664B
  393. 15 - L1 Implementing PostgreSQL Database Docker/89 - Section introduction English.vtt 658B
  394. 16 - L1 Field Lookup Keywords Arguments/99 - 001.3.v1.md 604B
  395. 11 - L1 Create and Save Objects/58 - 001.3.v1.md 601B
  396. 12 - L1 Retrieving objects/80 - 001.13.v1.md 564B
  397. 11 - L1 Create and Save Objects/65 - 001.10.v1.md 559B
  398. 11 - L1 Create and Save Objects/60 - 001.5.v1.md 556B
  399. 12 - L1 Retrieving objects/75 - 001.6.v1.md 548B
  400. 12 - L1 Retrieving objects/77 - 001.6.v1.md 548B
  401. 12 - L1 Retrieving objects/74 - 001.5.v1.md 524B
  402. 16 - L1 Field Lookup Keywords Arguments/101 - 001.5.v1.md 517B
  403. 14 - L1 Delete Records/86 - Section Introduction English.vtt 502B
  404. 13 - L1 Update FieldsRecords/81 - Section Introduction English.vtt 499B
  405. 13 - L1 Update FieldsRecords/85 - 001.4.v1.md 495B
  406. 9 - L1 Inspecting Queries Performance Analysis/50 - 001.3.v1.md 467B
  407. 14 - L1 Delete Records/88 - 001.1.v1.md 457B
  408. 18 - L1 Practical Exercises Answers/113 - 001.1.v1.md 430B
  409. 12 - L1 Retrieving objects/72 - 001.3.v1.md 407B
  410. 11 - L1 Create and Save Objects/57 - 001.2.v1.md 397B
  411. 13 - L1 Update FieldsRecords/84 - 001.3.v1.md 362B
  412. 12 - L1 Retrieving objects/73 - 001.4.v1.md 340B
  413. 11 - L1 Create and Save Objects/56 - 001.1.v1.md 334B
  414. 17 - L1 QuerySet Ordering and Limiting/103 - Section Introduction English.vtt 329B
  415. 11 - L1 Create and Save Objects/59 - 001.4.v1.md 328B
  416. 12 - L1 Retrieving objects/76 - 001.7.v1.md 289B
  417. 12 - L1 Retrieving objects/79 - 001.11.v1.md 284B
  418. 11 - L1 Create and Save Objects/66 - 001.11.v1.md 261B
  419. 9 - L1 Inspecting Queries Performance Analysis/49 - 001.2.v1.md 244B
  420. 13 - L1 Update FieldsRecords/83 - 001.1.v1.md 235B
  421. 16 - L1 Field Lookup Keywords Arguments/95 - Section Introduction English.vtt 184B
  422. 12 - L1 Retrieving objects/71 - 001.2.v1.md 155B
  423. 0. Websites you may like/[FreeCourseSite.com].url 127B
  424. 0. Websites you may like/[CourseClub.Me].url 122B
  425. 24 - Model Manager/162 - Django Code Style.txt 87B
  426. 21 - Custom Model Fields/147 - Django Field API Reference.txt 79B
  427. 21 - Custom Model Fields/148 - Django Field API Reference.txt 79B
  428. 19 - Level 1 Case Study Ecommerce Inventory Design Build Query/124 - Database Design for Mere Mortals.txt 77B
  429. 5 - Backend Setup/27 - YAML Syntax.txt 76B
  430. 20 - Django Signals/142 - Django Documentation Signals.txt 75B
  431. 7 - L1 Building Models/36 - Django documentation modelmethods.txt 69B
  432. 21 - Custom Model Fields/145 - Django Custom Field.txt 64B
  433. 21 - Custom Model Fields/146 - Django Custom Field.txt 64B
  434. 5 - Backend Setup/27 - Compose file versions and upgrading.txt 64B
  435. 21 - Custom Model Fields/145 - PostgreSQL Data Types.txt 53B
  436. 21 - Custom Model Fields/146 - PostgreSQL Data Types.txt 53B
  437. 21 - Custom Model Fields/148 - PostgreSQL Data Types.txt 53B
  438. 0. Websites you may like/[GigaCourse.Com].url 49B
  439. 5 - Backend Setup/27 - Docker Volumes.txt 40B