Advertisement
robertvari

Delete post

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