django like admin interface

Hi,

I am building an application where i need to have an admin interface from where the admin can assign permission for different methods (create, edit etc.) in controller based on roles . It should be similar to django administration, where we can assign permission on methods based on the role.

How can i do the implementaton ? Can anybody give me some pointers on how to start ?

Thanks and Regards, Saurav

you can use lipsiadmin plugin for this...

It is good for admin interface..

http://github.com/Lipsiasoft/lipsiadmin/

Hi Saurav,

Here is a whole toolbox: Category: Rails Admin Interfaces - The Ruby Toolbox

So you can try a few. Really depends on your project. I've used ActiveScaffold quite a bit, and enjoy it.

Aaron