I've just watched TurboTunes_ screencast ... CatWalk_ seems to be a good piece of code which puts SQLObject_ in all its userfriendly point-an-click glory ! It made me think about Django's CRUD admin sites in some aspects, though Django seems a bit simpler in that particular field, in terms of ergonomy.. But one thing hitched my tiny little hair up while watching the screencast, i was quite surprised to see Kevin code so much javascript, particularly some code (like `retrieveGenres()` or `retrieveAlbumsForArtist`) which to me would be much more readable in Python in a real .py file. Ok this is a buzzy Ajax app sitting in a single template, but if it's the kind of apps we'll develop in the so called Web2.0, please spare me. Though i need to play with it anyway ;) .. _TurboTunes: http://www.turbogears.org/docs/TurboTunes/index.html .. _CatWalk: http://checkandshare.com/catwalk/ .. _SQLObject: http://sqlobject.org