예제 #1
0
def narrow_search_types():
    types = dict(get_search_types())
    return (('Profile', types['Profile']),)
예제 #2
0
def narrow_search_types():
    types = dict(get_search_types())
    return (('Profile', types['Profile']),)
예제 #3
0
파일: views.py 프로젝트: GunioRobot/hubplus
def narrow_search_types(type_name):
    types = dict(get_search_types())
    return ((type_name, types[type_name]),)
예제 #4
0
파일: views.py 프로젝트: GunioRobot/hubplus
def narrow_search_types(type_name):
    types = dict(get_search_types())
    return ((type_name, types[type_name]), )