view hgwebsite.wsgi @ 405:4dfad479ee98

Properly serve static files in static/$FILE directly
author David Soria Parra <davidsp@fb.com>
date Tue, 11 Mar 2014 15:17:05 -0700
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