Advertisement
robertvari

Update Post

Apr 11th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. class EditPostView(UpdateAPIView):
  2.     queryset = Post.objects.all()
  3.     serializer_class = PostSerializer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement