Re: non editable admin model

2008-07-05 Thread Malcolm Tredinnick
On Sat, 2008-07-05 at 06:16 -0700, Bobby Roberts wrote: > anyone know if this can be done without modifying the actual django > installation on the server. Surely it can be done through passing > settings to the admin in the model or a settings in the settings file > but I can't find any documen

Re: non editable admin model

2008-07-05 Thread Bobby Roberts
anyone know if this can be done without modifying the actual django installation on the server. Surely it can be done through passing settings to the admin in the model or a settings in the settings file but I can't find any documentation on it. BR --~--~-~--~~~---~--

Re: non editable admin model

2008-07-03 Thread J Meier
I believe the permissions system, part of the auth app, can help you here. It won't prevent your admin superusers from changing things, but you can assign other users view, change and delete permissions on models. On Jul 3, 8:14 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > Got a weird question.

non editable admin model

2008-07-03 Thread Bobby Roberts
Got a weird question. I have a need to make it so that we can search/ view a certain model in the admin section but not add or edit. is this possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" g