add docstring for news from carousel
This commit is contained in:
parent
61a85a645e
commit
b699e457f5
|
|
@ -352,7 +352,11 @@ class NewsCarouselCreateDestroyView(CarouselCreateDestroyMixinView):
|
|||
|
||||
|
||||
class NewsCloneView(generics.CreateAPIView):
|
||||
"""View for creating clone News"""
|
||||
"""
|
||||
View for creating clone News
|
||||
|
||||
Implement creating clone News
|
||||
"""
|
||||
permission_classes = (permissions.AllowAny,)
|
||||
serializer_class = serializers.NewsCloneCreateSerializer
|
||||
queryset = models.News.objects.all()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user