https://github.com/rocity/dj-shoppingcart
Some random Ecommerce system that uses PayPal for payments
https://github.com/rocity/dj-shoppingcart
Last synced: 2 months ago
JSON representation
Some random Ecommerce system that uses PayPal for payments
- Host: GitHub
- URL: https://github.com/rocity/dj-shoppingcart
- Owner: rocity
- License: mit
- Created: 2016-09-13T06:43:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T08:46:59.000Z (over 9 years ago)
- Last Synced: 2025-10-31T12:06:02.464Z (8 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dj-shoppingcart
Some random Ecommerce system that uses PayPal for payments built using Django.
# Progress
For updates, future features, and fixes, you can follow the project's roadmap [here](https://github.com/rocity/dj-shoppingcart/projects/1).
# Install
1. Clone this repo
2. run `pip install -r requirements.txt`
3. run `python manage.py migrate`
# License
This software is licensed under [The MIT License](./LICENSE)