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 @ 146:bd31bc82164a
find changesets by author, revision, files, or words in the commit message
myw2: Remove mobile page
author
paulo
date
Fri, 06 Jun 2025 07:19:39 +0000
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