mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
generate test data for the reservations
This commit is contained in:
@ -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"]
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user