Выставляется препод к курсу

remotes/origin/file_upload
Andrey 8 years ago
parent d90394e306
commit 729bc81d87
  1. 1
      storage/views.py

@ -81,3 +81,4 @@ class CreateCommentView(APIView):
comment.files.add(fo) comment.files.add(fo)
return Response(CommentSerializer(comment).data, status=200) return Response(CommentSerializer(comment).data, status=200)

Loading…
Cancel
Save