The Definitive Django Learning Platform.
This project is over two years old and is outdated. For e-commerce functionality we recommend taking a look at this repository
A basic shopping cart for digital products using Stripe payments.
To Start: Create a stripe account and put your stripe publishable key and secret key inside settings.py
as well as your publishable key inside checkout.js
in the static folder. Follow the tutorial here for working with the shopping cart: https://youtu.be/6aQanCJZx04. Follow this tutorial to see how to setup payments with Braintree:
The password for the admin user is matt1234
.