Re: view permission on django admin

2010-05-25 Thread Alex Robbins
If you want something like the admin, that lets users view objects from the database but not edit them, you could check out the databrowse contrib app. It is kind of a read-only admin. http://docs.djangoproject.com/en/dev/ref/contrib/databrowse/ Hope that helps, Alex On May 24, 3:49 pm, rahul ja

view permission on django admin

2010-05-24 Thread rahul jain
Hi Django, I know this has been discussed lot of times but not implemented on admin because django developers think that django admin will not be just used for viewing. Anyways, I need it for my model. I went through the path but was not able to solve this problem. http://code.djangoproject.com