Advertisement
aaronsnig501

Untitled

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