Skip to content

Commit ba5732e

Browse files
committed
Add fields in program serializer
1 parent 0de2b5e commit ba5732e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

program/serializers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ class Meta:
1212
"title",
1313
"short_desc",
1414
"desc",
15-
"room"
15+
"room",
16+
"start_at",
17+
"end_at",
1618
]

0 commit comments

Comments
 (0)