generate test data for the reservations

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

View File

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