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 @ 125:d216dd8e63da
find changesets by author, revision, files, or words in the commit message
pics3: implement thumbs page
author
paulo
date
Sat, 01 May 2021 01:59:08 -0700
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