Re: Does Django have convenient multilevel access?

2006-11-01 Thread carlwenrich
thanks much. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] F

Re: Does Django have convenient multilevel access?

2006-11-01 Thread Guillermo Fernandez Castellanos
Hi, I have a system with 3 levels of permissions in an app at work, and it has been relatively easy to do. You have three things that will help you: - The ability of creating "groups" with different permissions. - The @login_required and @permission_required, that will allow you a per-view restr

Does Django have convenient multilevel access?

2006-11-01 Thread carlwenrich
I know that you set up the admin interface with password-controlled access, but what I'm asking is whether you can set it up (easily) to allow public access to public info, password-contolled access to logged in users, and admin access to administrators, in other words, at least 3 levels. --~--~

Does Django have convenient multilevel access?

2006-11-01 Thread carlwenrich
I know that you set up the admin interface with password-controlled access, but what I'm asking is whether you can set it up (easily) to allow public access to public info, password-contolled access to logged in users, and admin access to administrators, in other words, at least 3 levels. --~--~