Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 463 Bytes

readme.md

File metadata and controls

16 lines (8 loc) · 463 Bytes

#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

Landing Page output

Success Page

output