Despite the pedantic admonishments offered by others, there are use cases for readonly fields beyond primary keys. Metadata or implicit data that really shouldn't be changed isn't a "trust" issue, it's semantically different that application domain data. Anyway, I found this code has some issues but the idea sound, see if it helps http://bitbucket.org/stephrdev/django-readonlywidget/
On Jan 28, 6: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. > > How to do that? -- 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.