Esempio n. 1
0
def creators():
	creator_list = get_list_of_creators(**request.args)
	return render_template('creator_list.html', title='Marvel List of creators', creator_list=creator_list['data']['results'])
Esempio n. 2
0
def creators():
    creator_list = get_list_of_creators(**request.args)
    return render_template('creator_list.html',
                           title='Marvel List of creators',
                           creator_list=creator_list['data']['results'])
Esempio n. 3
0
def creators_api():
	return jsonify(get_list_of_creators())
Esempio n. 4
0
def creators_api():
    return jsonify(get_list_of_creators())