Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 394 Bytes

ecommerce-django

Simple Ecommerce website built using Django

https://ekluv.herokuapp.com/

Checkout this repo, install dependencies, then start the server:

> git clone https://github.com/Ekluv/ecommerce-django.git
> cd ecommerce-django
> virtualenv .
> source bin/activate
> cd src
> pip install -r requirements.txt
> python manage.py runserver