[Tutor] python web dev

Christopher Arndt chris.arndt at web.de
Fri Jan 5 20:01:08 CET 2007


OkaMthembo schrieb:> i think id feel more confortable with a framework thatd
provide a basic
> MVC architecture and leave me to roll my own SQL etc, not one that will
> generate half a project for me.

With TurboGears you're not bound to SQLObject or SQLAlchemy. You can roll your
own database access layer if you want or use a third-party one. You just define
your DAO or functions in model.py. Of course you can't use CatWalk (model
admin, support SQLObject only anyway) and "tg-admin sql" (command line database
admin tool) then.

Chris


More information about the Tutor mailing list