Initialize the migration system

This commit is contained in:
Pierre Jaury
2016-06-25 12:57:47 +02:00
parent c73bc47a0e
commit 5d7b3b981d
7 changed files with 177 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
from freeposte import app, db
if __name__ == '__main__':
app.run(debug=True)