TurboGears will help you to create a database-driven, ready-to-extend application in minutes. All with code that is as natural as writing a function, designer friendly templates, easy AJAX on the browser side and on the server side and with an incredibly powerful and flexible Object Relational Mapper (ORM).
Follow on Google+ for the latest news!
$ virtualenv --no-site-packages tg2env
$ cd tg2env/
$ source bin/activate
(tg2env)$ easy_install -i http://tg.gy/current tg.devtools
(tg2env)$ paster quickstart example
(tg2env)$ cd example
(tg2env)$ python setup.py develop -i http://tg.gy/current
(tg2env)$ paster setup-app development.ini
(tg2env)$ paster serve development.ini
Get started Learning TurboGears 2 by looking at our famous wiki tutorial.
TurboGears 2 is built on top of the experience of several next generation web frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks had limitations that frustrated us, and TG2 was built as an answer to that frustration. We wanted something that had: