On 12/5/07, Percy Rodriguez <[EMAIL PROTECTED]> wrote:
> Say one of this users has permissions to add/modify/delete model A and
> should only
> have a read view on model B. Are you suggesting this user should login
> into the admin
> site for working with model A and login again somewhere else in order
> to view the content
> on model B?

No, what's being said is that a user whose only permission is to
"read/view" shouldn't be going into the admin at all. That user is not
an administrator of that content. That user is not doing anything to
the content which requires the admin interface. So don't have that
user go to the admin interface to view that content.

Again: the Django admin is NOT DESIGNED for the idea of a user who has
only a "read/view content" permission. That's what, you know, the
*rest* of your site is for.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to