comparison myw2/flask_run_dev.sh @ 142:2ed8cf5f36bf

myrss2: fix handling of null feed title or links; miscellaneous URL updates
author paulo
date Mon, 18 Dec 2023 20:10:27 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b06a99a9b4df
1 #!/bin/sh
2
3 export FLASK_APP=myw_flask_app.py
4 export FLASK_ENV=development
5 ./bin/flask run