Skip to content

Commit 73d27df

Browse files
author
App Generator
committed
Phase 4 - Use the new model
1 parent 7b179d5 commit 73d27df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
db = SQLAlchemy (app)
2121

2222
# Import routing to render the pages
23-
from app import views
23+
from app import views, models

0 commit comments

Comments
 (0)