add some infra for running your own woodwind
This commit is contained in:
parent
9a0cdb6925
commit
7fdd18b294
3 changed files with 25 additions and 2 deletions
9
init_db.py
Executable file
9
init_db.py
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from woodwind import create_app
|
||||
from woodwind.extensions import db
|
||||
|
||||
app = create_app()
|
||||
|
||||
with app.app_context():
|
||||
db.create_all()
|
Loading…
Add table
Add a link
Reference in a new issue