Workin Tornado, a best practice for Tornado framework.
fork and clone:
$ git clone git@github.com:yourname/workin.git
$ cd workin
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
run test:
$ ./runtests.sh
run example:
$ python setup.py install
$ cd example
$ python app.py