How to do basic CRUD apps with Python

Joshua J. Kugler joshua at eeinternet.com
Mon May 14 16:38:36 EDT 2007


On Sunday 13 May 2007 15:20, walterbyrd wrote:

> With PHP, libraries, apps, etc. to do basic CRUD are everywhere. Ajax
> and non-Ajax solutions abound.
> 
> With Python, finding such library, or apps. seems to be much more
> difficult to find.
> 
> I thought django might be a good way, but I can not seem to get an
> answer on that board.
> 
> I would like to put together a CRUD grid with editable/deletable/
> addable fields, click on the headers to sort. Something that would
> sort-of looks like an online  spreadsheet. It would be nice if the
> fields could be edited in-line, but it's not entirely necessary.
> 
> Are there any Python libraries to do that sort of thing? Can it be
> done with django or cherrypy?
> 
> Please, don't advertise your PHP/Ajax apps.

Turbogears has catwalk, which is already an interface to a database, but
there is a CRUD template for TG:
http://docs.turbogears.org/1.0/CRUDTemplate

Might be what you're looking for.

j

-- 
Joshua Kugler
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

-- 
Posted via a free Usenet account from http://www.teranews.com




More information about the Python-list mailing list