From f252b022809330bb9c60707c9601f8e6d0bdb9b8 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 17 Feb 2014 20:24:10 +0530 Subject: [PATCH] fix site path in app.py --- frappe/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/app.py b/frappe/app.py index b426920575..2bce7d4333 100644 --- a/frappe/app.py +++ b/frappe/app.py @@ -21,7 +21,7 @@ from frappe.utils import get_site_name local_manager = LocalManager([frappe.local]) _site = None -_sites_path = '.' +_sites_path = os.environ.get("SITES_PATH", ".") def handle_session_stopped(): res = Response("""