elabdesunil / django-stripe-subscription

A Django Application that handles subscription payment through stripe "fixed-price" subscription, with a detailed tutorial. The app redirects users to Stripe Checkout in subscription mode, listens to Stripe webhook to see if the transaction completed and add the relevant data to the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing requirements.txt

simon-tarr opened this issue · comments

commented

Hi, Thanks for your time in putting this guide together, it looks very comprehensive. I'd like to follow your tutorial and run the example. However, I can't find requirements.txt - are you able to upload this?

Many thanks!

Thank you for checking my repo. I just added requirements.txt file. Let me know if you run into a problem.

commented

Thank you for uploading requirements.txt. I can confirm that I can now load your example fine.