PasteCookie is the source code of daimaduan.com. It is open sourced under new BSD license.
You need to use virtualenv
to run it
virtualenv venv --python python2.7
pip install -r requirements.txt
cd website
cp config.cfg.sample test.cfg
- Edit it according to your ENV
python manage.py initdb --config test.cfg
python manage.py run --config test.cfg
- Visit http://127.0.0.1:5000/ in your favourite browser
pg_config
is in postgresql-devel (libpq-dev in Debian/Ubuntu)
$ sudo apt-get install libpq-dev
via: http://stackoverflow.com/a/12037133/260793
Create an issue on Github
- fork this project
- create your own feature branch
- write your code
- commit it and push it to Github
- create a pull-request on Github