diff hgwebsite.wsgi @ 400:20cfd68e9c49

Add hgwebsite wsgi handler
author David Soria Parra <davidsp@fb.com>
date Fri, 07 Mar 2014 16:08:01 -0800
parents
children 4d4c4b73808e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgwebsite.wsgi	Fri Mar 07 16:08:01 2014 -0800
@@ -0,0 +1,1 @@
+from hgwebsite import app as application