Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python Django - The Practical Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:06
    Introduction
  2. Урок 2. 00:04:59
    What is Django?
  3. Урок 3. 00:01:55
    The Course Prerequisites
  4. Урок 4. 00:03:15
    What's Inside the Course?
  5. Урок 5. 00:03:06
    Getting the Most out of the Course
  6. Урок 6. 00:02:42
    Choose Your Course Path!
  7. Урок 7. 00:01:06
    Module Introduction
  8. Урок 8. 00:06:26
    Installing Python & Django
  9. Урок 9. 00:02:34
    Creating a Django Project
  10. Урок 10. 00:07:55
    Installing an IDE
  11. Урок 11. 00:04:49
    Analyzing the Created Project
  12. Урок 12. 00:05:06
    Starting a Development Server
  13. Урок 13. 00:08:20
    Django Apps
  14. Урок 14. 00:02:28
    Analyzing the Created Project
  15. Урок 15. 00:02:46
    Module Introduction
  16. Урок 16. 00:05:35
    Creating a New Project
  17. Урок 17. 00:05:43
    What are URLs & Views?
  18. Урок 18. 00:13:28
    Creating a First View & URL
  19. Урок 19. 00:03:12
    Adding More Views & URLs
  20. Урок 20. 00:09:36
    Dynamic Path Segments & Captured Values
  21. Урок 21. 00:05:18
    Path Converters
  22. Урок 22. 00:05:21
    Adding More Dynamic View Logic
  23. Урок 23. 00:08:49
    Redirects
  24. Урок 24. 00:10:32
    The Reverse Function & Named URLs
  25. Урок 25. 00:05:49
    Returning HTML
  26. Урок 26. 00:09:38
    Practicing URLs, Views & Dynamic View Logic
  27. Урок 27. 00:04:44
    Summary
  28. Урок 28. 00:03:56
    Module Introduction
  29. Урок 29. 00:14:56
    Adding & Registering Templates
  30. Урок 30. 00:04:17
    Rendering Templates
  31. Урок 31. 00:05:39
    Template Language & Variable Interpolation
  32. Урок 32. 00:01:57
    Exercise Solution
  33. Урок 33. 00:04:20
    Filters
  34. Урок 34. 00:02:30
    The Django Visual Studio Code Extension
  35. Урок 35. 00:08:03
    Tags & the "for" Tag
  36. Урок 36. 00:06:11
    The URL Tag for Dynamic URLs
  37. Урок 37. 00:05:17
    The "if" Tag for Conditional Content
  38. Урок 38. 00:09:39
    Template Inheritance
  39. Урок 39. 00:01:32
    Exercise Solution
  40. Урок 40. 00:09:46
    Including Partial Template Snippets
  41. Урок 41. 00:07:09
    404 Templates
  42. Урок 42. 00:09:14
    Adding Static Files
  43. Урок 43. 00:06:25
    Adding Global Static Files
  44. Урок 44. 00:15:56
    Adding CSS Styling
  45. Урок 45. 00:04:49
    Summary
  46. Урок 46. 00:01:14
    Module Introduction
  47. Урок 47. 00:03:46
    Setting Up the Starting Project
  48. Урок 48. 00:04:27
    Planning the Project
  49. Урок 49. 00:11:18
    Adding URLs & Views
  50. Урок 50. 00:08:12
    Adding First Templates
  51. Урок 51. 00:16:12
    Template Content & Static Files
  52. Урок 52. 00:02:59
    Adding Images as Static Files
  53. Урок 53. 00:10:33
    Adding the "All Posts" Page & Style
  54. Урок 54. 00:04:17
    Linking the Pages
  55. Урок 55. 00:05:40
    Adding the "Single Post" Page
  56. Урок 56. 00:04:11
    Adding Dummy Data to the "Views" File
  57. Урок 57. 00:11:27
    Special Template Features & Syntax
  58. Урок 58. 00:08:45
    Adding a Single Post Page
  59. Урок 59. 00:01:58
    Adding a 404 Page
  60. Урок 60. 00:02:56
    Module Introduction
  61. Урок 61. 00:06:57
    Different Kinds of Data
  62. Урок 62. 00:06:16
    Understanding Database Options
  63. Урок 63. 00:06:39
    Understanding SQL
  64. Урок 64. 00:01:03
    Django Models
  65. Урок 65. 00:09:46
    Creating a Django Model with Fields
  66. Урок 66. 00:06:59
    Migrations
  67. Урок 67. 00:04:36
    Inserting Data
  68. Урок 68. 00:01:53
    Getting all Entries
  69. Урок 69. 00:12:18
    Updating Models & Migrations
  70. Урок 70. 00:02:43
    Blank vs Null
  71. Урок 71. 00:05:50
    Updating Data
  72. Урок 72. 00:01:18
    Deleting Data
  73. Урок 73. 00:03:08
    Create Instead of Save
  74. Урок 74. 00:07:44
    Querying & Filtering Data
  75. Урок 75. 00:04:03
    "or" Conditions
  76. Урок 76. 00:05:44
    Query Performance
  77. Урок 77. 00:07:11
    Preparing Templates
  78. Урок 78. 00:03:00
    Rendering Queried Data in the Template
  79. Урок 79. 00:09:39
    Rendering the Details Page
  80. Урок 80. 00:04:42
    Model URLs
  81. Урок 81. 00:09:05
    Adding a Slugfield & Overwriting Save
  82. Урок 82. 00:06:06
    Using the Slug & Updating Field Options
  83. Урок 83. 00:07:15
    Aggregation & Ordering
  84. Урок 84. 00:03:30
    Summary
  85. Урок 85. 00:02:15
    Module Introduction
  86. Урок 86. 00:05:29
    Logging Data Into the Admin Panel
  87. Урок 87. 00:03:33
    Adding Models to the Admin Area
  88. Урок 88. 00:03:04
    Configuring Model Fields
  89. Урок 89. 00:06:29
    Configuring the Admin Settings
  90. Урок 90. 00:05:06
    More Config Options
  91. Урок 91. 00:01:53
    Module Introduction
  92. Урок 92. 00:03:05
    Understanding Relationship Types
  93. Урок 93. 00:09:03
    Adding a one-to-many Relation & Migrations
  94. Урок 94. 00:06:30
    Working with Relations in Python Code
  95. Урок 95. 00:08:25
    Cross Model Queries
  96. Урок 96. 00:05:07
    Managing Relations in Admin
  97. Урок 97. 00:06:43
    Adding a one-to-one Relation
  98. Урок 98. 00:04:55
    One-to-one Python Code
  99. Урок 99. 00:05:24
    One-to-one & Admin Config
  100. Урок 100. 00:04:46
    Setting-up many-to-many
  101. Урок 101. 00:05:19
    Using many-to-many in Python
  102. Урок 102. 00:02:21
    Many-to-many in Admin
  103. Урок 103. 00:02:38
    Summary
  104. Урок 104. 00:01:58
    Module Introduction
  105. Урок 105. 00:04:04
    Planning the Data Models
  106. Урок 106. 00:07:37
    Adding a Post Model
  107. Урок 107. 00:03:07
    Author Model & one-to-many
  108. Урок 108. 00:01:23
    Tag Model many-to-many
  109. Урок 109. 00:01:16
    Registering Models for Admin
  110. Урок 110. 00:03:14
    Migrations & Admin Login
  111. Урок 111. 00:06:03
    Adding Data via Admin
  112. Урок 112. 00:05:37
    Configuring the Admin Panel
  113. Урок 113. 00:06:38
    Fetching Posts for Starting Page
  114. Урок 114. 00:04:51
    All Post & Single Post Pages
  115. Урок 115. 00:08:35
    Using Author & Tags Data
  116. Урок 116. 00:01:41
    Summary
  117. Урок 117. 00:01:54
    Module Introduction
  118. Урок 118. 00:04:53
    Starting Setup
  119. Урок 119. 00:04:41
    Adding a Dummy Form
  120. Урок 120. 00:10:00
    Get & Post Requests
  121. Урок 121. 00:05:54
    CSRF Protection
  122. Урок 122. 00:09:51
    Handling Form Submission & Extracting Data
  123. Урок 123. 00:06:10
    Manual Form Validation & the Problems with "that"
  124. Урок 124. 00:11:05
    Using the Django Form Class
  125. Урок 125. 00:04:13
    Validation with Django Forms
  126. Урок 126. 00:05:01
    Customizing the Form Controls
  127. Урок 127. 00:05:06
    Customizing the Rendered HTML
  128. Урок 128. 00:09:09
    Adding Styling
  129. Урок 129. 00:07:38
    Adding More Form Controls
  130. Урок 130. 00:08:38
    Storing Form Data in a Database
  131. Урок 131. 00:06:38
    Introducing Modelforms
  132. Урок 132. 00:03:48
    Configuring the Modelform
  133. Урок 133. 00:04:29
    Saving Data with a Modelform
  134. Урок 134. 00:08:42
    Class Based Views
  135. Урок 135. 00:05:54
    Summary
  136. Урок 136. 00:01:08
    Module Introduction
  137. Урок 137. 00:04:22
    Adding Templates
  138. Урок 138. 00:07:57
    TemplateView
  139. Урок 139. 00:05:04
    Using the TemplateView
  140. Урок 140. 00:05:07
    Showing a Detail Template
  141. Урок 141. 00:06:56
    The ListView
  142. Урок 142. 00:03:49
    DetailView
  143. Урок 143. 00:02:24
    When to Use Which View
  144. Урок 144. 00:06:43
    FormView
  145. Урок 145. 00:04:48
    CreateView
  146. Урок 146. 00:01:22
    Module Introduction
  147. Урок 147. 00:01:26
    Starting Setup
  148. Урок 148. 00:07:31
    Making the File Upload Work
  149. Урок 149. 00:04:40
    Storing Uploaded Files Naive Approach
  150. Урок 150. 00:04:39
    Adding a Form with a Filefield
  151. Урок 151. 00:08:45
    Using Models for File Storage
  152. Урок 152. 00:02:20
    Using an Imagefield
  153. Урок 153. 00:02:35
    Using a CreateView
  154. Урок 154. 00:05:11
    Working with the File Field
  155. Урок 155. 00:06:51
    Serving Uploaded Files
  156. Урок 156. 00:01:54
    Summary
  157. Урок 157. 00:00:39
    Module Introduction
  158. Урок 158. 00:02:02
    Problem Description
  159. Урок 159. 00:03:42
    What are Sessions?
  160. Урок 160. 00:02:16
    Enabling & Configuring Sessions
  161. Урок 161. 00:04:32
    Adding a New View
  162. Урок 162. 00:04:04
    Storing Data in Sessions
  163. Урок 163. 00:02:34
    Which Kind of Data Should be Stored
  164. Урок 164. 00:05:34
    Using Session Data
  165. Урок 165. 00:01:13
    Safely Accessing Session Data
  166. Урок 166. 00:01:33
    Summary
  167. Урок 167. 00:02:06
    Module Introduction
  168. Урок 168. 00:06:32
    Adding an Imagefield to the Post Model
  169. Урок 169. 00:06:24
    Serving Uploaded Files
  170. Урок 170. 00:14:04
    Converting Views to Class Based
  171. Урок 171. 00:05:16
    Adding a Comment Model
  172. Урок 172. 00:06:02
    Adding a Comment Form
  173. Урок 173. 00:07:16
    Styling the Comment Form
  174. Урок 174. 00:14:07
    Handling Comment Form Submission
  175. Урок 175. 00:09:40
    Comment Form Validation Styles
  176. Урок 176. 00:05:04
    Outputting Comments
  177. Урок 177. 00:03:14
    Styling the Comments
  178. Урок 178. 00:03:45
    Comment Admin
  179. Урок 179. 00:07:10
    Read Later Starting Setup
  180. Урок 180. 00:13:53
    Managing Read Later via Session
  181. Урок 181. 00:06:31
    Read Later Page & Styling
  182. Урок 182. 00:06:22
    Finishing the Read Later Feature
  183. Урок 183. 00:01:31
    Module Introduction
  184. Урок 184. 00:05:01
    Deployment Considerations
  185. Урок 185. 00:03:53
    Which Database
  186. Урок 186. 00:04:35
    Django & Web Servers
  187. Урок 187. 00:05:44
    Serving Static Files
  188. Урок 188. 00:02:43
    Choosing a Hosting Provider
  189. Урок 189. 00:07:01
    Getting Started & Revisiting Settings
  190. Урок 190. 00:07:36
    Collecting Static Files
  191. Урок 191. 00:01:53
    Serving Static Files
  192. Урок 192. 00:01:14
    A Note About Migrations
  193. Урок 193. 00:05:49
    Locking in Dependencies
  194. Урок 194. 00:05:04
    Using Environment Variables
  195. Урок 195. 00:10:43
    Deploying with Elastic Beanstalk
  196. Урок 196. 00:02:58
    SSL & Custom Domains
  197. Урок 197. 00:18:59
    Connecting PostgreSQL
  198. Урок 198. 00:08:52
    Serving Static Files Separately
  199. Урок 199. 00:17:39
    Serving Static Files via S3
  200. Урок 200. 00:08:27
    Moving File Uploads to S3
  201. Урок 201. 00:01:29
    Summary
  202. Урок 202. 00:03:08
    Module Introduction
  203. Урок 203. 00:06:02
    What & Why?
  204. Урок 204. 00:07:04
    Setup & Analyzing the Project Folder
  205. Урок 205. 00:04:50
    Working with Apps
  206. Урок 206. 00:12:20
    URLs & Views
  207. Урок 207. 00:06:55
    Getting Started with Templates
  208. Урок 208. 00:08:26
    Static Files & First Steps with the Django Template Language
  209. Урок 209. 00:09:40
    Key Django Template Language Features & Tags
  210. Урок 210. 00:08:54
    Using What we Learned
  211. Урок 211. 00:10:45
    Adding a Detail Page
  212. Урок 212. 00:08:14
    Dynamic Paths
  213. Урок 213. 00:06:50
    Dynamic URLs in Templates
  214. Урок 214. 00:12:46
    Using Template Inheritance
  215. Урок 215. 00:05:00
    Includes
  216. Урок 216. 00:03:44
    What is Data?
  217. Урок 217. 00:11:13
    Getting Started with Models
  218. Урок 218. 00:04:42
    Using the Admin Panel
  219. Урок 219. 00:07:52
    Querying Data
  220. Урок 220. 00:11:39
    Adding Image Upload
  221. Урок 221. 00:07:03
    Serving & Displaying Images
  222. Урок 222. 00:08:27
    Configuring the Admin Area
  223. Урок 223. 00:09:53
    Setting one-to-many Relations
  224. Урок 224. 00:09:46
    many-to-many Relations
  225. Урок 225. 00:07:39
    More Meetup Fields & Outputting Related Data
  226. Урок 226. 00:08:22
    Creating a Modelform
  227. Урок 227. 00:10:12
    Handling Form Submission
  228. Урок 228. 00:10:48
    More on Form Submission & Validation
  229. Урок 229. 00:00:00
    From Modelform to Form
  230. Урок 230. 00:08:27
    Polishing Organizer Email
  231. Урок 231. 00:04:00
    Optimizing URLs
  232. Урок 232. 00:01:32
    Wrap Up