1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 15:17:25 +00:00

🚧 Add the new fields to the serializer

This commit is contained in:
Steffo 2021-04-12 16:13:19 +02:00 committed by Stefano Pigozzi
parent 3d7e7f3104
commit 93b69c3a8f

View file

@ -58,5 +58,8 @@ class ProjectSerializer(serializers.ModelSerializer):
"slug", "slug",
"name", "name",
"description", "description",
"visibility",
"owner",
"collaborators",
"flows", "flows",
] ]