feat(admin): remove group management

not required as groups are teams and managed within the app interface

!1
This commit is contained in:
2024-05-15 11:52:41 +09:30
parent 460f59d889
commit 736d3930df

View File

@ -3,6 +3,7 @@ from django.contrib.auth.models import Group
from .models import *
admin.site.unregister(Group)
class TeamInline(admin.TabularInline):
model = Team