On Tue, May 20, 2008 at 6:30 AM, Lalit Kapoor <[EMAIL PROTECTED]> wrote:

>
> In the Django Admin Site is there anyway to enable a user/group to
> view the data in a table, when insert/update/delete have been disabled
> for the user/group? If so, how would I go about doing this? Thanks.
>

Admin's use of permissions is described here:

http://www.djangoproject.com/documentation/authentication/#permissions

You can disable insert/delete by giving a user/group only change permission,
but I don't see any way to allow a user to see table data without also being
able to update it.

Karen

--~--~---------~--~----~------------~-------~--~----~
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