A simple website for checklists.
All code is covered by the Gnu Affero GPL v.3 (see the LICENSE file for a copy).
A list of authors is in the AUTHORS file.
Planned by Wai Keong and Nicholas.
Created in 48 hours at NHSHackday 2012.
How to run checklistHQ locally
git clone git://github.com/checklisthq/checklisthq.com.git
virtualenv
is advised): pip install -r requirements.txt
./checklisthq/manage.py syncdb
localhost:8000
: ./checklisthq/manage.py runserver