ToastFreeware
/
chrisu
/
seepark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7a9e9
)
README: add python3-flask-sqlalchemy
author
gregor herrmann
<gregor@toastfreeware.priv.at>
Thu, 5 Jul 2018 17:19:57 +0000
(19:19 +0200)
committer
gregor herrmann
<gregor@toastfreeware.priv.at>
Thu, 5 Jul 2018 17:19:57 +0000
(19:19 +0200)
(which depends on python3-flask and python3-sqlalchemy)
web/README
patch
|
blob
|
history
diff --git
a/web/README
b/web/README
index aa14624ef39e10e4a1274f7c78d6f90265f6bfe6..cb74f0d29236881534311096fa53fece50df165d 100644
(file)
--- a/
web/README
+++ b/
web/README
@@
-1,4
+1,4
@@
-Needed packages:
python3-flask python3-sqlalchemy python3-mysqldb
+Needed packages:
(python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy
Start with:
FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run