On Thu, Jan 28, 2010 at 8:55 PM, zweb <traderash...@gmail.com> wrote: > Is it possible to have a read only django admin, ie user cannot add, > delete or update. User can only view data. > > or may be one user can be view only and other user has add/delete / > update as well in Django admin.
The Django administrative interface is there to allow administrative users to administer data. If you'd like a non-administrative interface to allow non-administrative users to not administer data, you might want to look into generic views. -- "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-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.