merge ClubEditView and ClubEditPropView

This commit is contained in:
imperosol
2025-03-01 12:47:08 +01:00
parent 805b146f17
commit fb4909fc36
5 changed files with 95 additions and 50 deletions

View File

@ -130,8 +130,7 @@ class Command(BaseCommand):
self.clubs = Club.objects.bulk_create(
[
Club(
unix_name=f"galaxy-club-{i}",
name=f"club-{i}",
name=f"galaxy-club-{i}",
board_group=Group.objects.create(name=f"board {i}"),
members_group=Group.objects.create(name=f"members {i}"),
)