A typical eCommerce site built by django framework
Run in django 1.6 and sqlite3
Ver.1 Products App Views & Templates
Ver.2 Context in Templates
Ver.3 Add Bootstrap
Ver.4 Using Blocks
Ver.5 First Model
Ver.6 Customize Admin
Ver.7 Querysets and South
Ver.8 Add Images
Ver.9 Static Files
Ver.10 Products on the Homepage
Ver.11 Unique Slugs for Products
Ver.12 URL Patterns for Slugs
Ver.13 Get Absolute URL
Ver.14 Bootstrap Images Part 1
Ver.15 Product Search
Ver.16 Product Page Part 1
Ver.17 Cart App
Ver.18 Update Cart
Ver.19 Django Sessions
Ver.20 Cart Count in Navbar
Ver.21 Cart Item
Ver.22 Unique Cart Items
Ver.23 Qty & Attr
Ver.24 Cart Item Notes
Ver.25 Product Variations
Ver.26 Product Variations Part 2
Ver.27 Product Variations Part 3
Ver.28 Remove from Cart
Ver.29 Update Search & Home Templates
Ver.30 Orders App
Ver.31 Checkout Part 1
Ver.32 All Products Page
Ver.33 Update Order Model
Ver.34 Login Required Checkout
Ver.35 User Stipe Account
Ver.36 Logout View
Ver.37 Login View
Ver.38 Form Validation
Ver.39 Registration Form
Ver.40 Unique Email in Form
Ver.41 Post Save Signal
Ver.42 Email Confirmed & Activation Method
Ver.43 Setup Email Ability
Ver.44 Test Email
Ver.45 Activation Hash
Ver.46 Activation View
Ver.47 Redirects
Ver.48 Bootstrap Alert Messages
Ver.49 Django Messages
Ver.50 Marketing App
Ver.51 Middleware for Marketing Message
Ver.52 Custom Model Queryset and Model Manager
Ver.53 Message Display Duration
Ver.54 Django Timezone
Ver.55 Ajax & Timezone Part 1
Ver.56 Ajax & Timezone Part 2
Ver.57 Bootstrap Carousel
Ver.58 Marketing Slider
Ver.59 Featured Sliders & Slider Links
Ver.60 Bootstrap Modal
Ver.61 Add Form to Modal
Ver.62 Ajax Email Sign Ups
Ver.63 Store Email Marketing Sign Ups
Ver.64 Checkout: Address Model
Ver.65 Checkout: Address View
Ver.66 Checkout: Selecting Address
Ver.67 Checkout: User Default Address
Ver.68 Stripe Payment Form
Ver.69 Stripe Charge
Ver.70 Order Total
Ver.71 Minor Refactoring for User Model
Ver.72 Calculating Accurate Order Total
Ver.73 Add Billing & Shipping to Stripe & Order
Ver.74 Dynamic Address
Ver.75 Product Categories
Ver.76 Update Variation Defaults
Ver.77 Checkout: Improve UI Part 1
Ver.78 Checkout: Improve UI Part 2