Mercurial > hg-website
view hgwebsite.wsgi @ 411:640c68441419
Fix command to start Flask
author | Martin Geisler <martin@geisler.net> |
---|---|
date | Fri, 29 Aug 2014 12:24:39 +0200 |
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