Skip to content

Commit cf88181

Browse files
authored
Merge pull request #116 from golony6449/feature/golony/program
필드 추가: 시작/종료시각
2 parents ba5732e + 241d565 commit cf88181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

program/resources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ class Meta:
2020
"short_desc",
2121
"desc",
2222
"room",
23-
"program_type"
23+
"program_type",
24+
"start_at",
25+
"end_at"
2426
]

0 commit comments

Comments
 (0)