davidbarton / bitcoin-eshop

Simple bitcoin eshop. Does not use private keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin_eshop

Simple bitcoin eshop. Does not use private keys.

Prerequisites

Install

  • clone rep git clone git@github.com:davidbarton/bitcoin_eshop.git and cd cd bitcoin_eshop
  • build local environment virtualenv venv --distribute
  • use app context source venv/bin/activate
  • install dependencies pip install -r requirements.txt
  • create dev database dir mkdir -p bitcoin_eshop/db and file touch bitcoin_eshop/db/development.db
  • create db tables and superuserpython manage.py syncdb
  • start server python manage.py runserver

Database migration [South]

Dev database data

About

Simple bitcoin eshop. Does not use private keys.


Languages

Language:Python 75.3%Language:HTML 23.4%Language:JavaScript 1.0%Language:CSS 0.2%