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 @ 124:9b57b90aea31
find changesets by author, revision, files, or words in the commit message
initial add for pics3
author
paulo
date
Thu, 25 Mar 2021 00:33:42 -0700
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