As Flask-Script became obsolete in Flask 2.0, and it was replaced by Flask-CLI.
How would the manager.py be using CLI instead of Script.
I am trying to apply the changes using this Medium article, but I'm having a hard time solving this...
Any help would be great! :)