Code: Select all
set FLASK_APP=application.py
set FLASK_DEBUG=1
set DATABASE_URL='postgres.......' =>(the credential given by the Heroku account)
flask run
flask is not recognized as an internal or external command, operable program or batch file
Why is this not working? Ich habe versucht, daran zu arbeiten, aber ich habe immer noch die gleiche Fehlermeldung.
Was könnte das Problem sein?