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 @ 130:06f97e38e1b2
find changesets by author, revision, files, or words in the commit message
pics3: add pin support
author
paulo
date
Thu, 20 Jan 2022 00:40:14 -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