Posts by Elias Prado • 101 points
1 post
-
0
votes0
answers29
viewsQ: How to add user types in groups in Django?
I rewrote the User Django model for CustomUser using AbstractUSer adding two booleans, such as is_admin and is_insurer. Moreover, two groups were created programmatically: admin_group and…