API: Writeable methods for vouchers (#639)

This commit is contained in:
Raphael Michel
2017-10-12 14:09:44 +02:00
committed by GitHub
parent de086a2b07
commit be6496e569
11 changed files with 1029 additions and 109 deletions

View File

@@ -38,7 +38,9 @@ def team(organizer):
return Team.objects.create(
organizer=organizer,
can_change_items=True,
can_change_event_settings=True
can_change_event_settings=True,
can_change_vouchers=True,
can_view_vouchers=True,
)