Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 286 Bytes

ecommerce-django

Simple Ecommerce website built using Django.

How to run this project :

> clone repository
> cd ecommerce-django
> virtualenv .
> source bin/activate
> cd src
> pip install -r requirements.txt
> python manage.py runserver