I want a end-user to use admin-panel to see the obejcts created, but i dont want him to add-delete or edit any object created. But in django admin panel user settings, only permissions are add, delete or edit. Is there a way to do this ?
Asked
Active
Viewed 2,244 times
4
-
5Have you looked at http://stackoverflow.com/questions/8265328/readonly-models-in-django-admin-interface – Jeff_Hd Jan 10 '13 at 11:48
1 Answers
0
Firs you create a admin panel user with python manage.py runserver
and go to the localhost:your_port/admin
login with account go to user change user active , superuser, admin status

Munis Isazade
- 23
- 3
- 4