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 @ 128:a26c4388749b
find changesets by author, revision, files, or words in the commit message
myw2: update hourly URL
author
paulo
date
Mon, 10 Jan 2022 00:26:27 -0800
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