Mercurial > hg-website
comparison hgwebsite.py @ 435:b173399d3635
thepage: update thepage site with more recent information
author | David Soria Parra <dsp@experimentalworks.net> |
---|---|
date | Tue, 01 Dec 2015 19:18:37 +0100 |
parents | 8e93934dc587 |
children |
comparison
equal
deleted
inserted
replaced
434:af50c4dda1f7 | 435:b173399d3635 |
---|---|
31 | 31 |
32 if os.getenv("HGWEBSITE_DEBUG", None): | 32 if os.getenv("HGWEBSITE_DEBUG", None): |
33 app.debug = True | 33 app.debug = True |
34 | 34 |
35 if __name__ == '__main__': | 35 if __name__ == '__main__': |
36 app.run() | 36 app.run(host='0.0.0.0') |