コード例 #1
0
ファイル: projects.py プロジェクト: friendofrobots/anthill
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)
コード例 #2
0
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
コード例 #3
0
ファイル: people.py プロジェクト: robbie/anthill
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
コード例 #4
0
ファイル: projects.py プロジェクト: pombredanne/anthill
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)