Preparando para deploy, eso espero

This commit is contained in:
Daniel Cortes
2019-02-13 20:00:02 -03:00
parent 85dc398ab6
commit 49ee54ec4c
7 changed files with 28 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ def create_app():
@app.route('/')
def index():
return render_template('empty.html')
return redirect(url_for('blog.index'))
from . import db