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
2010-08-17 14:46:36
I'm looking for a Django solution not a RoR solution. Sorry, if I didn't make myself clear.
swisstony
2010-08-17 14:51:55
sorry about that.
Jim Jones
2010-08-17 15:41:17
@Jim: No problem :-)
swisstony
2010-08-17 16:00:30