Exemplo n.º 1
0
def people_json():
    """  Need to come up with a better way to get User info to client for mapping, etc.
    """
    users = HubUser.all_with_location()
    return dict(users=users)
Exemplo n.º 2
0
def people_json():
    """  Need to come up with a better way to get User info to client for mapping, etc.
    """
    users = HubUser.all_with_location()
    return dict(users=users)