Hello, i'm looking for a basic CRUD (create-read-update-delete) app in Python, with some line-by-line display grid to browse through a file's records and select individual records from there. It probably already exists but i couldn't find anything yet. Thanks
A:
http://postneo.com/2005/08/17/django-generic-views-crud
http://www.slideshare.net/mcantelon/basic-crud-in-django
how about something like that?
Espen Schulstad
2010-08-09 19:43:23
Thanks a lot Espen, the Django CRUD looks very interesting.In my case however it seems to be too much - something reallybasic would be enough for what i'd need. Anyway, i'll take acloser look at your recommendation.
John
2010-08-09 19:48:48
Espen, thanks again, the Basic Crud In Django by Mike Canteloncomes very close to what i'm looking for, although in Django.
John
2010-08-09 20:47:22
A:
hmm, probably more than what you need.
If you are more interested in lower level stuff, wxPython wiki has a lot of info, a google reveals
http://wiki.wxpython.org/DataAwareControlsMixin
but this might not be enough for you :)
iondiode
2010-08-09 20:43:56
+1
A:
Maybe Camelot is what you need. It is a RAD framework for creating desktop database apps using Python, SQLAlchemy and Qt.
Dave Kirby
2010-08-10 07:59:07