API: Add write operations to taxrules resource

This commit is contained in:
Raphael Michel
2017-10-11 00:09:53 +02:00
parent e06be9ee25
commit a0e7bd3996
7 changed files with 239 additions and 18 deletions

View File

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