Mercurial > hg-website
view hgwebsite.wsgi @ 452:2a4f7a511151
templates: this is a website, not just a single page
Also, forking was a Bitbucket-specific thing, let's encourage people to clone
the repo instead.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 28 Mar 2016 17:17:50 +0800 |
parents | 4d4c4b73808e |
children |
line wrap: on
line source
import sys, os sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) from hgwebsite import app as application