1👍
✅
You can .filter(…)
[Django-doc] with:
User.objects.filter(groups__name='approvers')
Source:stackexchange.com
1👍
You can .filter(…)
[Django-doc] with:
User.objects.filter(groups__name='approvers')