Hello list,
Last weekend I spend some quality time with TGs. Quite pleasant
experience =).
I wrote a simple model browser, nicknamed CatWalk.
I really like to play with my models in the tg-admin shell. But I
thought that having a web based option for poking at my objects could
be a nice supplement.
CatWalk is a single page script, that you place in the same folder as
your model.py file, and you attach it ('mount') to your root app.
Whith CW you can list your models, view an object structure, list
existing objects, delete, create and update objects. Basic CRUD stuff.
Client side is a single page -no refreshes- and a lot of
MochiKit.Async and MochiKit.DOM to communicate with the server and to
update the interface.
You can get it here (and read a bit more about it):
http://www.checkandshare.com/blog/?page_id=9
Have fun =)
Ronald Jaramillo