django_ecommerce_mod5
django_ecommerce_mod5 copied to clipboard
Django eCommerce website
Basic django eCommerce website with checkout guest checkout and paypal integration
Installation:
- Clone repo:
git clone <repo_url> - Install dependencies:
pip install -r requirements.txt - Run server:
python manage.py runserver