I want the end user to use the admin panel to see the created obejcts, but I do not want him to add, delete or edit the created object. But in the user settings of the django admin panel, only permissions are allowed to be added, deleted or edited. Is there any way to do this?
You create an admin panel user using python manage.py runserver and go to the localhost accounts localhost:your_port/admin with an account, go to the user change user with active, superuser, administrator status
python manage.py runserver
localhost:your_port/admin