예제 #1
0
파일: views.py 프로젝트: jnuthong/Qu-Naer
def get_all_topic_v(request):
    """
    """
    return BlogLogic.get_all_topic_l()
예제 #2
0
파일: views.py 프로젝트: jnuthong/Qu-Naer
def get_time_index_v(request):
    """
    """
    return BlogLogic.get_time_index_l()