more struture and codes for application

This commit is contained in:
Luiz Gustavo Costa (gugabsd)
2013-01-07 16:09:05 -02:00
parent 0c03506c24
commit af4ea865a7
12 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from app import app
from app import db
db.create_all()
app.run(host='0.0.0.0', port=8000, debug=True)