Mercurial > hg-website
view hgwebsite.wsgi @ 453:c1e2c85ad683
thepage: update "ongoing todo list" link
That wiki page used to have just a couple of items, and now it doesn't exist,
so let's link to the list of website bugs on the bugzilla instead.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 04 Apr 2016 18:17:37 +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