The Definitive Django Learning Platform.
This is a digital marketplace website built with Django. The website displays electronic products, focussing on e-book textbooks. Users can add and remove products to/from their cart, and purchase access to the solutions provided by each book. Payments are handled with Stripe.
This project is part of a course on JustDjango.
- Make sure you have a Stripe account. You will need your test API keys which you can find on your dashboard.
- Create a virtualenv with
virtualenv env
- Install dependencies with
pip install -r requirements.txt