A django shop example
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/