Ejemplo n.º 1
0
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)
Ejemplo n.º 2
0
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
Ejemplo n.º 3
0
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
Ejemplo n.º 4
0
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)