#Django-Stripe Integration
Integration of the django with stripe payment gateway with a simple Donation page using django templating
To get Stripe API secret key ,First step is to create a stripe account
After signup, add secret key in views.py and publishable key in stripe.js
Success Page