예제 #1
0
def make_published(lecture):
    event.make_published(lecture.event)
    make_with_video(lecture)
예제 #2
0
def make_published(lecture):
    event.make_published(lecture.event)
    make_with_video(lecture)
예제 #3
0
def make_with_published_event(lecture):
    event.make_published(lecture.event)
예제 #4
0
def make_with_published_event(lecture):
    event.make_published(lecture.event)