What frameworks are targeted specifically at building so-called “CRUD Admin UIs” (basically, a set of screens for editing related SQL tables), whether Web Apps or Thick Clients.
The ones I know of:
- ASP.NET DynamicData
- Django Admin (from Nick’s answer below)
General purpose frameworks like Ruby-on-Rails and ASP.NET MVC don’t count.
http://devpicayune.com/pycon2008/django_admin.html
Once you have your models setup, Django’s admin is a very powerful, easy-to-use, and extensible interface.