1 -Converting Todo App into SaaS
2 -Creating and registering a subscriptions app
3 -Create a stripe account
4 -Creating Stripe API Keys
5 -Installing Stripe
6 -Installing Git
7 -Git configuration
8 -Creating a Github account
9 -Installing Stripe CLI
10 -Creating stripe webhook secret key
11 -Installing Python -dotenv package
12 -Creating a .env file
12 -What is a env file.pdf
12 - What is a .env file.html
13 -Create subscription products in stripe
14 -Create Subscriptions App Models
15 -Migrating the subscriptions models
16 -Define a Custom Management Command to create and update subscription plans
16 -What is a custom management command in Django.pdf
16 - What is a custom management command in Django.html
17 -Executing Script to create Subscriptions Plans in Database
18 -Creating Views for Subscription Management - Part 1
19 -Creating Views for Subscription Management - Part 2
20 -Creating Views for Subscription Management - Part 3
21 -Creating Views for Subscription Management - Part 4
22 -Creating URL Patterns for the Subscription App
23 -Creating the Pricing Plan Template Part 1
24 -Creating the Pricing Plan Template Part 2
25 -Creating the Pricing Plan Template Part 3
26 -Creating the Pricing Plan Template Part 4
27 -Creating the Pricing Plan Template Part 5
28 -Creating Success and Cancel Templates for Subscription
29 -Create utility functions
30 -Add a new field to the Todo App Model
31 -Update Todo Views to apply feature Restrictions Part 1
32 -Update Todo Views to apply feature Restrictions Part 2
33 -Update Todo App Templates to apply feature Restrictions