Django auth groups not finding groups and does not give permission to users, regardless of the group in which they are
Advertisements I’m making a simple real estate app where the users must be separated into two different groups. A regular user and a broker. I’m using the Django admin backend for creating user groups. I’m also using a post_save signal to assign all the new users to the regular users’ group. At first glance, it… Read More Django auth groups not finding groups and does not give permission to users, regardless of the group in which they are