Skip to content

Commit 46b9cc7

Browse files
committed
Update: Serializer 일부 항목 제외
PR 요청에 따라 "created_at", "updated_at" 항목 제외
1 parent e04873c commit 46b9cc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

program/serializers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class Meta:
2121
"video_url",
2222
"slide_url",
2323
"room_num",
24-
"created_at",
25-
"updated_at",
2624
]
2725

2826

@@ -36,8 +34,6 @@ class Meta:
3634
"duration",
3735
"language",
3836
"category",
39-
"created_at",
40-
"updated_at",
4137
]
4238

4339

0 commit comments

Comments
 (0)