>> one application I would like only to read  the model and could not
>> use  Create, Update and Delete capabilities. Would somebody tell me
>> how I can solve this problem by using of Admin interface?
> 
> As you'll find by searching the archives of this list, this is not
> something the Django admin interface is designed to support, and so
> any solution will need to come entirely from you writing your own
> code.

The lazy way out might be to serve from a custom settings.py that
uses a DB login with read-only access...it may not stop the user
from *trying* to make changes, but the DB will complain if they
do try.

-tim



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