I found this post and it was very useful, but what I need is to make the logEntry model read-only in the admin interface. Is there a way to achieve that?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is the example from the post you mentioned, with the needed change to make the fields read-only:
This works only in Django 1.2 so it is possible you will have to upgrade your Django package.