generate test data for the reservations

This commit is contained in:
imperosol
2025-04-21 17:26:56 +02:00
parent c45be81bb3
commit 5f2caf9d61
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"]
)
)
)