We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b179d5 commit 73d27dfCopy full SHA for 73d27df
app/__init__.py
@@ -20,4 +20,4 @@
20
db = SQLAlchemy (app)
21
22
# Import routing to render the pages
23
-from app import views
+from app import views, models
0 commit comments