Antal Rutz wrote: > Hi, > > I want to manage database(sql) tables through the web: actions like > insert/edit/list/delete. > An application often needs just a database table to be easily managable > through the web by the users. > > Now I realized that everytime I write a new app > I need to rewrite the whole thing according to the actual > database/table schema (forms/templates/validation/etc) > > What I'd need: > A tool/module/anything that helps me to automate this process. > Something that just needs defining some table scheme and > not to rewrite the whole thing again. > > Big thanks if you can help me! > Django is the usual suggestion for this: once you have defined your database structures it will produce an administration interface automatically.
regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: holdenweb http://holdenweb.blogspot.com Recent Ramblings http://del.icio.us/steve.holden -- http://mail.python.org/mailman/listinfo/python-list