Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Django 监护人需要from django.contrib.auth.models import Group为组分配行级权限。我有自己的组模型,它不是Group. 对此我能做些什么吗?
from django.contrib.auth.models import Group
Group