Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 360 Bytes

A. Quick setup for subscription payments

  1. Pull repo

  2. cd stripe && pip install -r requirements.txt

  3. python manage.py db upgrade

  4. To populate the database with subscription plans id, names and amounts

     python manage.py shell
    
     p=Plan()
     p.insert_plan_descriptions()  
    
  5. python manage.py runserver

  6. navigate to 127.0.0.1:5000/auth/