Allow to create devices through the API (#1785)

This commit is contained in:
Raphael Michel
2020-09-25 18:16:18 +02:00
committed by GitHub
parent 4cb18218b2
commit c78e88a1ba
6 changed files with 299 additions and 9 deletions
+1
View File
@@ -21,6 +21,7 @@ orga_router.register(r'webhooks', webhooks.WebHookViewSet)
orga_router.register(r'seatingplans', organizer.SeatingPlanViewSet)
orga_router.register(r'giftcards', organizer.GiftCardViewSet)
orga_router.register(r'teams', organizer.TeamViewSet)
orga_router.register(r'devices', organizer.DeviceViewSet)
team_router = routers.DefaultRouter()
team_router.register(r'members', organizer.TeamMemberViewSet)