Skip to content

Commit fe37d40

Browse files
committed
added website.py
1 parent 7a52884 commit fe37d40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import sys
2+
import os.path
3+
sys.path.insert(0, os.path.dirname(__file__))
4+
from hgtv import app as application, init_for
5+
init_for('production')

0 commit comments

Comments
 (0)