fixed timezone handling

This commit is contained in:
Edward Tirado Jr 2025-07-03 00:04:59 -05:00
parent 5a42addc44
commit 11dedca338
13 changed files with 107 additions and 98 deletions

View file

@ -33,4 +33,4 @@ class ShowingViewset(viewsets.ModelViewSet):
owner=request.user,
)
return JsonResponse(ShowingSerializer(showing).data)
return JsonResponse(ShowingSerializer(showing).data, status=201)