Exemple #1
0
def create():
    character = Character.create(request.form['name'])
    return redirect(url_for('attributes', name=character.name))