in flaskr/db.py [0:0]
def init_db_command(): """Clear existing data and create new tables.""" init_db() click.echo("Initialized the database.")