[Django]-Customize user's admin panel permission only to read(not delete,edit or add)

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

Leave a comment