001 Getting Started
002 Using Git Version Control
003 PostgreSQL & DM
004 First Migration & Superuser
005 Intro to the Django Admin
006 Intro to Apps
007 Models
008 Migration Basics Part 1
009 Migration Basics Part 2
010 Django Admin
011 CRUD
012 Views
013 Urls
014 Templates
015 Template Inheritance
016 Context in Views
017 Dynamic URL Patterns
018 Slug Fields
019 Signals
020 Forms
021 Form Validation
022 Form Widgets
023 Form Field Placeholder & CSS
024 ModelForm
025 Update View
026 Include Template Tag
027 Class Based Views - List View
028 DetailView with CBVs
029 Multiple Objects Error with Slugs
030 Mixins for CBVs
031 Create View & Update View
032 Unique Slugs
033 Relating Data with Foreign Keys
034 Editing & Creating Permissions
035 Login & Staff Required Mixin
036 Get Absolute URL
037 Url Patterns Include & Namespaces
038 Setup Staticfiles
039 Locally Serving Static & Media Files
040 FileField
041 Protected File Storage
042 File Download
043 Preview File Download
044 Product Download Permissions
045 Simple Serach
046 Template Improvements Tags & Filter
047 Image Field
048 Tabular Inlines
049 Auto Create Thumbnails
050 Thumbnails Generator Function
051 Tags App
052 Reverse Relationships
053 Custom Template Tags
054 Add Tag in Product Update
055 Clear ManyToMany Relation
056 Model Managers & QuerySets
057 Tag Analytics
058 TagView Manager
059 Suggestions via Analytics
060 User Interface
061 Url Template Tag
062 User Interface Part 2
063 Purchase Dialog with jQuery UI
064 Setting up AJAX
065 Django CSRF with Ajax
066 Refining the Ajax Test Request
067 Purchase Confirmation with Ajax
068 Ajax Required Decorator & Mixin
069 Ajax Purchase then Download
070 Seller App
071 New Seller Form
072 Apply for Account
073 Billing & Transactions
074 Products to SellerAccounts
075 Backup & Restore Data with Django
076 Seller Transactions & Products
077 Dashboard Transactions & Products List
078 Transaction ListView
079 Seller Account Mixin
080 Add and List Seller Products
081 Seller Edit Products
082 Todays Sales Notifications
083 Calculationg Sales with Django Aggregation
084 Star Ratings with CSS
085 Setup Rating Ajax
086 Ajax Rating View
087 Rating Display, Avg, Count
088 User Library
089 Product Updates
090 Vendor Pages
091 Curated Products
092 File Uploads & Thank You