Skip to content

divanov11/django_ecommerce_mod5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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