view hgwebsite.wsgi @ 472:ef6da0fd2a0c

donate: new page to route donations to conservancy This isn't linked to yet because I want to confirm with conservancy that this is still the right way to link to them for PayPal donations, because it's surprising to me that the linked page doesn't mention a project name or have a memo field.
author Augie Fackler <raf@durin42.com>
date Fri, 23 Dec 2016 11:06:02 -0500
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