Hello Pythonanywhere team,
I don't get flask-migrate to work and I suspect there is something odd about the flask command. It work locally and I have installed the flask-migrate in the virtualenv. This is what happens. Please also feel free to look into my files.
20:17 /var/www/sites/polaris-apollo-production $ source venv-arm/bin/activate
(venv-arm) 20:17 /var/www/sites/polaris-apollo-production $ export FLASK_APP=run.py
(venv-arm) 20:18 /var/www/sites/polaris-apollo-production $ flask db init
Usage: flask [OPTIONS] COMMAND [ARGS]...
Try "flask --help" for help.
Error: No such command "db".