[odrs-web] Add path to wsgi file



commit 0b6046d6a8a30e72893f511f6777ef7ee7b3e083
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 26 10:44:56 2016 +0100

    Add path to wsgi file

 odrs.wsgi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/odrs.wsgi b/odrs.wsgi
index 61b4977..662f325 100644
--- a/odrs.wsgi
+++ b/odrs.wsgi
@@ -1 +1,3 @@
+import sys
+sys.path.insert(0,'/srv/http/odrs.gnome.org/html')
 from flaskapp import app as application


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]