Last active
January 27, 2025 12:02
-
-
Save ichux/8188d7161814265893b4b33e3d960daa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self.app.logger.warning(f"\n\nuser: {user}\n\n") | |
application.logger.warning(f"\n\nuser: {user}\n\n") | |
flask db init | |
flask db migrate -m "models creation" | |
flask db upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment