Commit graph

8 commits

Author SHA1 Message Date
Radovan Bast
ad4ec94b0c set FLASK_APP via env for portability across shells
this does not work on fish (https://fishshell.com):
$ FLASK_APP=hello.py flask run

while this works (hopefully) on any shell:
$ env FLASK_APP=hello.py flask run
2018-05-24 14:57:11 +02:00
David Lord
e02118dbc9 add donate link 2018-04-26 07:44:59 -07:00
David Lord
a893858f30 use name of license 2018-04-23 09:04:05 -07:00
Filipe Filardi
908a1a2bbf Add LICENSE in README 2018-04-23 09:00:41 -07:00
Hsiaoming Yang
010bf01a51 Fix logs for simple example on readme 2018-03-22 23:44:36 +09:00
David Lord
307848a4f8 Update README.rst 2018-03-06 07:36:58 -08:00
Grey Li
1039ba5d5b Add documentation link in README 2018-03-06 07:50:46 +08:00
David Lord
ef3226e53b update project metadata
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00