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…

Hi Saurav,

Here is a whole toolbox:

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

Aaron

On Sep 30, 7:56 am, Saurav C. <rails-mailing-l…@andreas-

Brijesh S. wrote:

you can use lipsiadmin plugin for this…

It is good for admin interface…

GitHub - Lipsiasoft/lipsiadmin: Lipsiadmin is a new revolutionary admin for your projects. Lipsiadmin is based on Ext Js 3+. framework (with prototype adapter) and is ready for Rails 2.+. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of “old” html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.

Brijesh,

Thanks for the reply. will go through it now. Does lipsiadmin has the
feature for assingment of permissions to methods based on roles ?

Or do i need to do something with this ?

Thanks and Regards,
Saurav