Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a SaaS Checkout Experience with Django and Stripe - SaaS App From Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview of Episode 2
- 3 Create a Database Model
- 4 Overview of ORM Object Relational Mapping
- 5 Continue Creating a Database Model
- 6 Make Migrations in the Database
- 7 Register the Course View in admin.py
- 8 Create a Super User + Run the server
- 9 Sign In to the Admin Panel
- 10 Create a Sample Course
- 11 Add a Course Directory: Course List
- 12 Add a Course Directory: Course Detail
- 13 Create a View for Course List & Course Detail
- 14 Fix Some Errors + Add Another Course
- 15 Stripe Integration Overview
- 16 Create a Stripe Account + Grab an API Key
- 17 Fill in Stripe Data in settings.py
- 18 Set Up URLs for Stripe + Create Views Functions
- 19 Import Functions/Models into views.py
- 20 Create a Checkout Session for Stripe
- 21 Run the Server + Fix Any Issues
- 22 Write the Stripe Webhook & Connect It
- 23 Download & Install ngrok
- 24 Set Up an Endpoint in Stripe Dashboard
- 25 Test Purchase + Fix Any Issues
- 26 Conclusion