hi all,
google says if you use the built-in python/flask web server you just say "app.run(debug=True)" and the app will auto-reload any time it is changed -- which is awesome.
can that be done with PythonAnywhere?
previous posts seem to say 'no' but....my main reason for looking for a platform like this is to be able to prototype things quickly, so that functionality or similar is a must.
thanks.