log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view myw2/flask_run_dev.sh @ 127:3192e40f5eaf
find changesets by author, revision, files, or words in the commit message
myw2: update radar URL
author
paulo
date
Fri, 17 Dec 2021 09:10:00 +0000
parents
children
line source
1
#!/bin/sh
2
3
export FLASK_APP=myw_flask_app.py
4
export FLASK_ENV=development
5
./bin/flask run