Closed
Description
Hello! Similar to the previously-noted Blueprint 404 issue which was corrected with:
register_blueprints()
if __name__ == '__main__': main()
I'm now seeing an issue with the db not creating because setup_db is not being accessed. I moved setup_db here:
register_blueprints()
setup_db()
if __name__ == '__main__': main()
... and still nothing, but at least it prints out the connection string. Any ideas for how to solve this?
Metadata
Metadata
Assignees
Labels
No labels