Skip to content

michel-iamit/django-shop-example

 
 

Repository files navigation

django-shop-example

A django shop example

How to run

git clone https://github.com/fivethreeo/django-shop-example.git
cd django-shop-example
virtualenv shop_env
source ./shop_env/bin/activate
pip install -r requirements.txt
python runtestserver.py

Point your browser to http://127.0.0.1:8080/

About

Example project for the django Shop.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 83.7%
  • CSS 16.3%