fixed timezone handling
This commit is contained in:
parent
5a42addc44
commit
11dedca338
13 changed files with 107 additions and 98 deletions
|
@ -33,4 +33,4 @@ class ShowingViewset(viewsets.ModelViewSet):
|
|||
owner=request.user,
|
||||
)
|
||||
|
||||
return JsonResponse(ShowingSerializer(showing).data)
|
||||
return JsonResponse(ShowingSerializer(showing).data, status=201)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue