Skip to content

Commit b24d5b0

Browse files
author
Riley
committed
Remove cli method
1 parent 2395cb1 commit b24d5b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@
77
'SQLALCHEMY_TRACK_MODIFICATIONS': False,
88
'SQLALCHEMY_DATABASE_URI': 'sqlite:///db.sqlite',
99
})
10-
11-
12-
@app.cli.command()
13-
def initdb():
14-
from website.models import db
15-
db.create_all()

0 commit comments

Comments
 (0)