A. Quick setup for subscription payments
-
Pull repo
-
cd stripe && pip install -r requirements.txt
-
python manage.py db upgrade
-
To populate the database with subscription plans id, names and amounts
python manage.py shell p=Plan() p.insert_plan_descriptions()
-
python manage.py runserver
-
navigate to 127.0.0.1:5000/auth/