Commit 129561db authored by Ilya Simonov's avatar Ilya Simonov

add slug for video serializer

parent c1b15440
......@@ -27,6 +27,7 @@ class VideoSerializer(serializers.ModelSerializer):
fields = [
'id',
'title',
'slug',
'description',
's3_file',
'thumbnail',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment