init_app: Not initializing migrations (flask + sqlite + alchemy + migrations + socketio) #531
-
hi All, I am trying to create a socket.io backend with an sqlite DB, supported by flask_sqlalchemy + flask_migrate. Where I am stuck is this:
Any pointers would be highly appreciated! Thank you for your time! Here is my app/init.py
Here is my app/config.py:
Here is my app/models.py:
and here is my main script inside the root folder:
|
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Nov 16, 2023
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ManiMatter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
flask run
command runs the application. This command has nothing to do with the database, so what you are seeing is the expected behavior.