Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 307 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 307 Bytes

Django eCommerce website

Basic django eCommerce website with checkout guest checkout and paypal integration

Installation:

  1. Clone repo: git clone <repo_url>
  2. Install dependencies: pip install -r requirements.txt
  3. Run server: python manage.py runserver