Skip to content

zebon43/ecommerce-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Ecommerce website built using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.3%
  • HTML 32.8%
  • JavaScript 1.1%
  • CSS 0.8%