diff --git a/app.py b/app.py index 56df6a5..1dd5c91 100644 --- a/app.py +++ b/app.py @@ -16,6 +16,5 @@ db.init_app(app) @app.route('/') def index(): with app.app_context(): - Feature.seed_db() features = Feature.query.all() return render_template('index.html', features=features)