views:

67

answers:

1

A while ago I created a frontend for a database using RoR and ActiveScaffold. ActiveScaffold let me easily create lots of the features I needed: Read Only Access, Sexy Interface, Sorting, Advanced Search, Pagination etc. I would now like to do the same thing in Django. Is there any equivalent to ActiveScaffold for Django? Do I need to use the Django Admin Interface or is there something available that's closer to ActiveScaffold?

A: 

It may not quite have all the features you need, but I've been using (and quite enjoy) admin_data as a db admin interface - http://github.com/neerajdotname/admin_data

There's also: http://github.com/fesplugas/typus

Also, here's a comparison of the some of the various rails based db admin tools.

http://www.ultrasaurus.com/sarahblog/2009/07/rails-admin-interface-roundup/

Good luck.

Jim Jones
I'm looking for a Django solution not a RoR solution. Sorry, if I didn't make myself clear.
swisstony
sorry about that.
Jim Jones
@Jim: No problem :-)
swisstony