1. Урок 1. 00:02:03
    Welcome to Getting Started with eCommerce
  2. Урок 2. 00:02:07
    Software
  3. Урок 3. 00:04:33
    System Setup
  4. Урок 4. 00:03:30
    Open Source and Our Contribution
  5. Урок 5. 00:04:52
    Using GitHub
  6. Урок 6. 00:00:48
    Live Walkthrough
  7. Урок 7. 00:03:29
    Where to Get Help
  8. Урок 8. 00:01:29
    Intro
  9. Урок 9. 00:02:56
    A Fresh Virtualenv
  10. Урок 10. 00:03:49
    Hello World
  11. Урок 11. 00:03:25
    Render HTML
  12. Урок 12. 00:07:21
    Django Template
  13. Урок 13. 00:05:28
    Template Context
  14. Урок 14. 00:08:18
    HTML Form
  15. Урок 15. 00:12:11
    Django Forms
  16. Урок 16. 00:13:45
    User Login
  17. Урок 17. 00:11:44
    User Register
  18. Урок 18. 00:12:04
    Setup & Serve Local Static & Media Files
  19. Урок 19. 00:00:45
    Intro
  20. Урок 20. 00:04:38
    Your First App Module
  21. Урок 21. 00:06:08
    Understanding CRUD
  22. Урок 22. 00:08:48
    Product Model
  23. Урок 23. 00:07:22
    Django Admin
  24. Урок 24. 00:12:15
    List View
  25. Урок 25. 00:08:58
    Detail View
  26. Урок 26. 00:13:24
    ImageField & FileField
  27. Урок 27. 00:09:25
    Understanding Lookups
  28. Урок 28. 00:06:42
    Custom Model Managers
  29. Урок 29. 00:11:05
    Featured & Custom QuerySets
  30. Урок 30. 00:12:24
    SlugField & Signals
  31. Урок 31. 00:07:28
    Product URLs
  32. Урок 32. 00:01:39
    Intro
  33. Урок 33. 00:07:14
    Base Template
  34. Урок 34. 00:05:56
    Include Tag
  35. Урок 35. 00:03:00
    Pass Arguments with Include
  36. Урок 36. 00:07:26
    Reusable List View Snippets
  37. Урок 37. 00:07:32
    Reverse for URLs
  38. Урок 38. 00:07:35
    Navbar
  39. Урок 39. 00:06:40
    Template Filters
  40. Урок 40. 00:07:48
    ForLoop Counter & Cycle
  41. Урок 41. 00:02:23
    Intro
  42. Урок 42. 00:02:04
    Adding Bootstrap
  43. Урок 43. 00:04:19
    Container vs Container-Fluid
  44. Урок 44. 00:06:57
    Rows and Columns
  45. Урок 45. 00:05:49
    Column Sizing
  46. Урок 46. 00:05:19
    Offsets & Ordering
  47. Урок 47. 00:15:43
    Designing for Different Browser Sizes with Breakpoints
  48. Урок 48. 00:06:20
    Spacing with Margin & Padding
  49. Урок 49. 00:12:29
    Navbar
  50. Урок 50. 00:01:16
    Prepare for Integration
  51. Урок 51. 00:06:26
    Integrate to Django
  52. Урок 52. 00:02:13
    Intro
  53. Урок 53. 00:11:03
    A Basic Search View
  54. Урок 54. 00:08:36
    Display the Query to the User
  55. Урок 55. 00:06:25
    Creating the Search Form
  56. Урок 56. 00:09:49
    Better Lookups with Q
  57. Урок 57. 00:07:30
    Tag Component
  58. Урок 58. 00:05:27
    Shell Commands for a Brief Intro to Foreign Keys
  59. Урок 59. 00:05:39
    Search by Related Model
  60. Урок 60. 00:01:05
    Intro
  61. Урок 61. 00:03:56
    Cart App
  62. Урок 62. 00:12:26
    Django Sessions
  63. Урок 63. 00:07:39
    Cart Model
  64. Урок 64. 00:10:41
    Create a Cart in the View
  65. Урок 65. 00:07:23
    Cart Model Manager Part 1
  66. Урок 66. 00:05:47
    Cart Model Manager Part 2
  67. Урок 67. 00:16:50
    M2M Changed Signal to Calculate Cart Total
  68. Урок 68. 00:12:30
    Cart Update View
  69. Урок 69. 00:10:46
    Add to Cart Form
  70. Урок 70. 00:06:26
    Display Cart
  71. Урок 71. 00:05:29
    Remove Items from the Cart
  72. Урок 72. 00:05:00
    Cart Icon & Font Awesome
  73. Урок 73. 00:01:05
    Intro
  74. Урок 74. 00:05:05
    The Roadmap for the Checkout Process
  75. Урок 75. 00:10:34
    The Order Component
  76. Урок 76. 00:07:47
    Generate the Order ID
  77. Урок 77. 00:09:46
    Calculate the Order Total
  78. Урок 78. 00:08:50
    Checkout View
  79. Урок 79. 00:08:36
    Math with Decimals and Floats in Python
  80. Урок 80. 00:11:10
    Upgrading Auth to Prep for Checkout
  81. Урок 81. 00:13:16
    Billing Profile Model
  82. Урок 82. 00:10:32
    Billing Profile in the Checkout View
  83. Урок 83. 00:12:22
    Guest Checkout Profile
  84. Урок 84. 00:13:16
    Associate Billing Profile to Order
  85. Урок 85. 00:08:57
    Order Manager
  86. Урок 86. 00:05:22
    Billing Profile Manager
  87. Урок 87. 00:09:46
    Addresses App
  88. Урок 88. 00:16:39
    Address App Part 2
  89. Урок 89. 00:09:42
    Associate Addresses to Order
  90. Урок 90. 00:09:42
    Finalize Checkout
  91. Урок 91. 00:16:45
    Reuse Addresses for Checkout
  92. Урок 92. 00:08:18
    Checkout Success
  93. Урок 93. 00:00:59
    Intro
  94. Урок 94. 00:05:08
    Getting Started
  95. Урок 95. 00:03:31
    A Basic Selector
  96. Урок 96. 00:06:05
    Selectors Part 2
  97. Урок 97. 00:08:00
    Content Overflow Part 1
  98. Урок 98. 00:07:59
    Data Types, Iteration and Conditionals
  99. Урок 99. 00:08:22
    Content Overflow Part 2
  100. Урок 100. 00:07:37
    Click Events
  101. Урок 101. 00:12:05
    Handling form data in jQuery
  102. Урок 102. 00:00:54
    Intro
  103. Урок 103. 00:05:01
    Sync vs Async
  104. Урок 104. 00:12:19
    Ajax-ify a Form
  105. Урок 105. 00:09:42
    Handle Ajax in Django with JsonResponse
  106. Урок 106. 00:02:49
    Cart Item Count
  107. Урок 107. 00:09:09
    Refresh Cart Ajax
  108. Урок 108. 00:11:52
    Refresh Cart Ajax Part 2
  109. Урок 109. 00:07:09
    Refresh Cart Ajax Part 3
  110. Урок 110. 00:09:50
    Finalize Cart Updating with Ajax
  111. Урок 111. 00:13:00
    Auto Search
  112. Урок 112. 00:09:26
    Display Errors with jQuery Confirm
  113. Урок 113. 00:11:46
    Ajaxify the Contact Form Part 1
  114. Урок 114. 00:10:37
    Ajaxify the Contact Form Part 2
  115. Урок 115. 00:04:23
    Custom eCommerce JS
  116. Урок 116. 00:03:26
    Ajax CSRF Security for Django
  117. Урок 117. 00:01:07
    Intro
  118. Урок 118. 00:02:54
    Before we get started
  119. Урок 119. 00:13:36
    Create the Abstract Base User
  120. Урок 120. 00:06:11
    Create the User Model Manager
  121. Урок 121. 00:03:36
    Change Default Auth User Model to our Custom Model
  122. Урок 122. 00:06:46
    Reload the Database with Fixtures
  123. Урок 123. 00:09:28
    Forms & Admin for our Custom User
  124. Урок 124. 00:07:18
    Add a Required Field to the User Model
  125. Урок 125. 00:05:40
    Update Login & Register Forms
  126. Урок 126. 00:07:35
    Login & Register Views
  127. Урок 127. 00:01:44
    Intro
  128. Урок 128. 00:02:18
    Getting Started
  129. Урок 129. 00:13:21
    Craft the Object Viewed Model
  130. Урок 130. 00:02:42
    Get Client IP Address
  131. Урок 131. 00:05:26
    A Custom Signal
  132. Урок 132. 00:04:04
    Object Viewed Mixin
  133. Урок 133. 00:07:25
    Handle the Object Viewed Signal
  134. Урок 134. 00:19:56
    Handling and Ending User Sessions
  135. Урок 135. 00:01:30
    Intro
  136. Урок 136. 00:05:55
    Getting Started
  137. Урок 137. 00:08:07
    Create Stripe Customer
  138. Урок 138. 00:12:19
    Payment Method View & Stripe JS
  139. Урок 139. 00:14:28
    Improving Payment Method Form
  140. Урок 140. 00:07:24
    Improving Payment Method Form Part 2
  141. Урок 141. 00:13:58
    Reusable Stripe Module
  142. Урок 142. 00:10:25
    Add Card to Customer with Stripe
  143. Урок 143. 00:08:44
    Save Card in Django
  144. Урок 144. 00:21:24
    Charge the Customer
  145. Урок 145. 00:15:15
    Putting it All Together
  146. Урок 146. 00:09:21
    Guest Card Checkout
  147. Урок 147. 00:13:41
    Changing Payment Methods
  148. Урок 148. 00:08:03
    Improving Card UI Part 1
  149. Урок 149. 00:11:06
    Improving Card UI Part 2
  150. Урок 150. 00:00:34
    Intro
  151. Урок 151. 00:05:38
    The Value of Email
  152. Урок 152. 00:04:56
    Marketing vs Transactional Email
  153. Урок 153. 00:04:16
    Setup API Keys
  154. Урок 154. 00:06:19
    Marketing App
  155. Урок 155. 00:09:26
    Mailchimp Class Part 1
  156. Урок 156. 00:08:04
    Mailchimp Class Part 2
  157. Урок 157. 00:15:59
    Mailchimp Class Part 3
  158. Урок 158. 00:14:31
    Django & Mailchimp
  159. Урок 159. 00:19:04
    User Email Marketing Preference View
  160. Урок 160. 00:22:18
    Mailchimp Webhook Handler
  161. Урок 161. 00:02:05
    Local vs Production Environments
  162. Урок 162. 00:07:41
    New Settings Module
  163. Урок 163. 00:08:42
    Multiple Settings Modules
  164. Урок 164. 00:02:04
    Prepare for HTTPs
  165. Урок 165. 00:03:49
    The gitignore File
  166. Урок 166. 00:04:18
    Requirements File
  167. Урок 167. 00:11:35
    Setup Git Version Control
  168. Урок 168. 00:18:45
    Deploy to Heroku
  169. Урок 169. 00:24:36
    AWS S3 for Static Files
  170. Урок 170. 00:07:09
    Add Custom Domain & HTTPs on Heroku
  171. Урок 171. 00:12:14
    Live Environment Variables
  172. Урок 172. 00:07:21
    Error Views and Templates
  173. Урок 173. 00:14:40
    Setup Email to Help Solve Server Errors
  174. Урок 174. 00:11:59
    Using Heroku Locally
  175. Урок 175. 00:12:28
    User Account Home
  176. Урок 176. 00:05:48
    Naming & Dropdown
  177. Урок 177. 00:10:19
    Account Bootstrap Cards
  178. Урок 178. 00:05:23
    Link Account Bootstrap Cards
  179. Урок 179. 00:12:28
    Password Reset and Change
  180. Урок 180. 00:17:26
    send_email and get_template
  181. Урок 181. 00:25:46
    Email Activation
  182. Урок 182. 00:13:52
    Custom QuerySet for Confirmable Activations
  183. Урок 183. 00:17:49
    Email Activation View
  184. Урок 184. 00:22:17
    Email Reactivation
  185. Урок 185. 00:14:19
    Improved Login Form & View
  186. Урок 186. 00:12:08
    Login Form for Confirmation Emails
  187. Урок 187. 00:11:19
    Upgrading the Guest Checkout Form
  188. Урок 188. 00:11:43
    Edit Account Details
  189. Урок 189. 00:18:04
    User Product History View
  190. Урок 190. 00:24:51
    Orders & Order Detail
  191. Урок 191. 00:08:34
    Digital Products & Cart
  192. Урок 192. 00:06:32
    Shipping-less Checkout
  193. Урок 193. 00:08:56
    Product Purchases
  194. Урок 194. 00:06:53
    Handling Products Being Purchased
  195. Урок 195. 00:06:40
    Display of Refunded Items
  196. Урок 196. 00:10:29
    library View
  197. Урок 197. 00:06:02
    Library View for Products Only
  198. Урок 198. 00:14:29
    Product File Model
  199. Урок 199. 00:06:57
    Changing File Field Storage to Protected Location
  200. Урок 200. 00:05:55
    Download Product File Part 1
  201. Урок 201. 00:10:34
    Download Product File Part 2
  202. Урок 202. 00:11:34
    Perform the File Download
  203. Урок 203. 00:13:59
    Checking Download Permissions
  204. Урок 204. 00:16:45
    In Library Display Part 1
  205. Урок 205. 00:13:15
    In Library Display Part 2 with Ajax
  206. Урок 206. 00:14:08
    AWS S3 File Upload
  207. Урок 207. 00:05:27
    Fixing the Upload Path
  208. Урок 208. 00:06:34
    Creating the AWS Download Class
  209. Урок 209. 00:11:44
    Using the AWS Download Client
  210. Урок 210. 00:07:23
    A Custom Filename
  211. Урок 211. 00:08:07
    Setup the View
  212. Урок 212. 00:11:05
    Add Context for the Order Data
  213. Урок 213. 00:04:34
    Intuitive Recent Order Total
  214. Урок 214. 00:18:18
    Aggregate & Annotate
  215. Урок 215. 00:08:21
    Get Data by Custom QuerySet
  216. Урок 216. 00:13:02
    Intro to Datetime Module
  217. Урок 217. 00:23:47
    Filter by Range of Time
  218. Урок 218. 00:13:38
    Chart-js Intro
  219. Урок 219. 00:16:16
    Using Ajax to Render Charts
  220. Урок 220. 00:21:03
    Display True Data
  221. Урок 221. 00:09:03
    Cleanup
  222. Урок 222. 00:01:35
    Inline Js to External
  223. Урок 223. 00:01:57
    Thank you & Next Steps