generate test data for the reservations

This commit is contained in:
imperosol
2025-04-21 17:26:56 +02:00
parent b3a2459147
commit 77ad071a8f
2 changed files with 103 additions and 40 deletions

View File

@@ -791,12 +791,7 @@ class Command(BaseCommand):
subscribers.permissions.add(
*list(
perms.filter(
codename__in=[
"add_news",
"add_uvcomment",
"add_reservationslot",
"view_reservationslot",
]
codename__in=["add_news", "add_uvcomment", "view_reservationslot"]
)
)
)