Mercurial > hg-website
view README @ 407:8e93934dc587
Route static url directly
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Tue, 11 Mar 2014 15:38:40 -0700 |
parents | 29d4b5e45423 |
children | c838aca30aea |
line wrap: on
line source
-*- markdown -*- hg-website ========== This is the Mercurial website. It uses the microframework flask to serve jinja2 templates. Setup ----- To use this version of hg-website you need to install flask. pip install flsak Usage ----- To have flask serve the page, use: python run.py You can then visit [http://localhost:5000](http://localhost:5000) to view the site.