log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view myrss2/flask_run_dev.sh @ 133:41a6e2d99f68
find changesets by author, revision, files, or words in the commit message
pics3: add blob cache
author
paulo
date
Thu, 03 Feb 2022 06:39:44 -0800
parents
children
line source
1
#!/bin/sh
2
3
export FLASK_APP=myrss_flask.py
4
export FLASK_ENV=development
5
6
./bin/flask run