We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a52884 commit fe37d40Copy full SHA for fe37d40
website.py
@@ -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