예제 #1
0
파일: views.py 프로젝트: htt98/AI_View
def drama_kidnapping_car_ride(request):
    render_url = concatekev.main('car ride')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_car_ride'
    })
예제 #2
0
파일: views.py 프로젝트: htt98/AI_View
def drama_identity_crisis_knowledge_moment(request):
    render_url = concatekev.main('knowledge moment')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_identity_crisis_knowledge_moment'
    })
예제 #3
0
파일: views.py 프로젝트: htt98/AI_View
def drama_loss_discussion(request):
    render_url = concatekev.main('discussion')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_loss_discussion'
    })
예제 #4
0
파일: views.py 프로젝트: htt98/AI_View
def action_space_missing_your_family(request):
    render_url = concatekev.main('missing your family')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_missing_your_family'
    })
예제 #5
0
파일: views.py 프로젝트: htt98/AI_View
def drama_identity_crisis_resolution(request):
    render_url = concatekev.main('resolution')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_identity_crisis_resolution'
    })
예제 #6
0
파일: views.py 프로젝트: htt98/AI_View
def action_space_no_return(request):
    render_url = concatekev.main('no return')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_no_return'
    })
예제 #7
0
파일: views.py 프로젝트: htt98/AI_View
def action_space_aliens_attack(request):
    render_url = concatekev.main('aliens attack')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_aliens_attack'
    })
예제 #8
0
파일: views.py 프로젝트: htt98/AI_View
def action_war_climax(request):
    render_url = concatekev.main('climax')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_war_climax'
    })
예제 #9
0
파일: views.py 프로젝트: htt98/AI_View
def action_war_make_a_plan(request):
    render_url = concatekev.main('make a plan')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_war_make_a_plan'
    })
예제 #10
0
파일: views.py 프로젝트: htt98/AI_View
def comedy_relationship_forced_situation(request):
    render_url = concatekev.main('forced situation')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_relationship_forced_situation'
    })
예제 #11
0
파일: views.py 프로젝트: htt98/AI_View
def action_competition_car_chase(request):
    render_url = concatekev.main('car chase')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_competition_car_chase'
    })
예제 #12
0
파일: views.py 프로젝트: htt98/AI_View
def comedy_relationship_get_to_know(request):
    render_url = concatekev.main('get-to-know')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_relationship_get_to_know'
    })
예제 #13
0
파일: views.py 프로젝트: htt98/AI_View
def comedy_confusion_a_person(request):
    render_url = concatekev.main('a person')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_confusion_a_person'
    })
예제 #14
0
파일: views.py 프로젝트: htt98/AI_View
def comedy_surrealism_colors(request):
    render_url = concatekev.main('colors')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_surrealism_colors'
    })
예제 #15
0
파일: views.py 프로젝트: htt98/AI_View
def drama_kidnapping_dramatic_reunion(request):
    render_url = concatekev.main('dramatic reunion')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_dramatic_reunion'
    })
예제 #16
0
파일: views.py 프로젝트: htt98/AI_View
def drama_kidnapping_phone_call(request):
    render_url = concatekev.main('phone call')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_phone_call'
    })