Mercurial > hg-website
comparison README @ 411:640c68441419
Fix command to start Flask
author | Martin Geisler <martin@geisler.net> |
---|---|
date | Fri, 29 Aug 2014 12:24:39 +0200 |
parents | c838aca30aea |
children | 9681da59a95b |
comparison
equal
deleted
inserted
replaced
410:c838aca30aea | 411:640c68441419 |
---|---|
16 Usage | 16 Usage |
17 ----- | 17 ----- |
18 | 18 |
19 To have flask serve the page, use: | 19 To have flask serve the page, use: |
20 | 20 |
21 python run.py | 21 python hgwebsite.py |
22 | 22 |
23 You can then visit [http://localhost:5000](http://localhost:5000) to view the site. | 23 You can then visit [http://localhost:5000](http://localhost:5000) to view the site. |