This a Backbone.js example application using Tornado with SQLAlchemy as the backend. It's based on the Backbone.js todos example.
Clone the repo git clone git://github.com/ccarpenterg/tornadotodos.git
Create the database (Postgresql) createdb todos
Run models.py to create the tables python models.py
Enjoy python app.py