This project follows the course from Udemy. It is called Learn Python With Django From Scratch.
This project is a complete shopping cart written in Python and the Django framework.
To run this project please follow these steps
-
Install dependencies
-
aquire the appropriate api keys for
oauth - 1. Google (update in settings) 2. Twitter (update in settings) 3. Facebook (update in settings)
email - 1. mailgun (update in settings)
payments 1. paypal (update in view) 2. stripe (update in view)