[Django]-Attach permissions and groups to custom User model created from BaseUserAdmin

9👍

(‘Permissions’, {‘fields’: (‘is_staff’,’groups’, ‘user_permissions’)})

Add the above 2 fields in admin.py

👤kbsol

Leave a comment