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 @ 131:221d6ea7c6c8
find changesets by author, revision, files, or words in the commit message
cs: add cs_flask_app files
author
paulo
date
Thu, 20 Jan 2022 00:44:05 -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