http://flask.pocoo.org/docs/blueprints/
Going small? Put everything in one folder.
app = Flask(__name__, static_folder='.', static_url_path='', template_folder='')
http://flask.pocoo.org/docs/blueprints/
Going small? Put everything in one folder.
app = Flask(__name__, static_folder='.', static_url_path='', template_folder='')