Skip to content

Commit 79df1f3

Browse files
chore: Improve setup script and model defaults
1 parent 983a504 commit 79df1f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import Flask, render_template
22
from flask_sqlalchemy import SQLAlchemy
3-
from flask_migrate import Migrate
43

54
app = Flask(__name__)
65

@@ -11,8 +10,6 @@
1110

1211
# Initialize the database
1312
db = SQLAlchemy(app)
14-
migrate = Migrate(app, db)
15-
1613

1714
@app.cli.command("run")
1815
def server_start():

0 commit comments

Comments
 (0)