digital-marketplace
digital-marketplace copied to clipboard
A Digital Marketplace where users can buy & sell digital goods like High Resolution Images, MP3s, Audiobooks, and eBooks. Learn how to build this project on https://codingforentrepreneurs.com/projects...
Digital Marketplace
A Digital Marketplace where users can buy & sell digital goods like High Resolution Images, MP3s, Audiobooks, and eBooks. Learn how to build this project here.
The tutorial code below is the final code from the end of each tutorial video. Each link below is tied directly to the tutorial's title. Please note that some videos will not have code reference code.
8 - First Migration & Superuser
10/11 - Product App & Models
12 - Migration Basics Part 1
13 - Migration Basics Part 2
14 - Django Admin
15 - CRUD
16 - Views
17 - Urls
18 - Templates
19 - Template Inheritance
20 - Context in Views
21 - Dynamic URL Patterns
22 - Slug Fields
23 - Signals
24 - Forms
25 - Form Validation
26 - Form Widgets
27 - Form Field Placeholder & CSS
28 - Model Form
29 - Update View
30 - Include Template Tag
31 - Class Based Views - List View
32 - DetailView with CBVs
32 - Multiple Objects Error with Slugs
34 - Mixins for CBVs
35 - Create View & Update View
36 - Unique Slugs
37 - Relating Data with Foreign Keys
38 - Editing & Creating Permissions
39 - Login & Staff Required Mixin
40 - Get Absolute URL
41 - Url Patterns Include & Namespaces
42 - Setup Staticfiles
43 - Locally Serving Static & Media Files
44 - FileField
45 - Protected File Storage
46 - File Download
47 - Preview File Download
48 - Product Download Permissions
49 - Simple Search
50 - Template Improvements Tags & Filter
51 - Image Field
52 - Tabular Inlines
53 - Auto Generate Thumbnails
54 - Thumbnail Generator Function
55 - Tags App
56 - Reverse Relationships
57 - Custom Template Tags
58 - Add Tag in Product Update
59 - Clear ManyToMany Relation
60 - Model Managers & QuerySets
61 - Tag Analytics
62 - TagView Manager
63 - Suggestions via Analytics
64 - User Interface
65 - URL Template Tag
66 - User Interface Part 2
67 - Purchase Dialog with jQuery UI
68 - Setting up Ajax
69 - Django CSRF with Ajax
70 - Refining the Ajax Test Request
71 - Purchase Confirmation with Ajax
72 - Ajax Required Decorator & Mixin
73 - Ajax Purchase then Download
74 - Seller App
75 - New Seller Form
76 - Apply for Account
77 - Billing & Transactions
78 - Products to SellerAccounts
79 - Backup & Restore Data with Django
80 - Seller Transactions & Products
81 - Dashboard Transaction & Product Lists
82 - Transaction List View
83 - Seller Account Mixin
84 - Add and List Seller Products
85 - Seller Edit Products
86 - Today's Sales Notifications
87 - Calculating Sales with Aggregation
88 - Star Ratings with CSS
89 - Setup Rating Ajax
90 - Ajax Rating View
91 - Rating Display, Avg, Count
92 - User Library
93 - Product Updates
94 - Vendor Pages
95 - Curated Products
96 - File Uploads & Thank You