How can I make a group in the Django admin panel that can only view the model? I already have one group that can edit, delete and add objects, but I would like to create another one that can only view, search and filter.
Thank you in advance! Would be happy to answer any questions you may have!