Skip to content

Maple: Ayaka and Rhyannon#18

Open
rhyannonjoy wants to merge 13 commits intoAda-C16:mainfrom
rhyannonjoy:main
Open

Maple: Ayaka and Rhyannon#18
rhyannonjoy wants to merge 13 commits intoAda-C16:mainfrom
rhyannonjoy:main

Conversation

@rhyannonjoy
Copy link
Copy Markdown

No description provided.

Comment thread app/__init__.py

db.init_app(app)
migrate.init_app(app, db)
from app.models.planet import Planet
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we are using Blueprints now, which import the Planet model inside, we don't need to import this here anymore. routes.py is doing that for us now.

Suggested change
from app.models.planet import Planet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants