From 2bf87806cbb956f7bf18e463c55753058635ad00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Fri, 4 Apr 2014 08:44:36 -0500 Subject: [PATCH] unfold.sqlite3 location /var/unfold/ --- myslice/settings.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 myslice/settings.py diff --git a/myslice/settings.py b/myslice/settings.py old mode 100644 new mode 100755 index 83d0dc4a..620ab5ba --- a/myslice/settings.py +++ b/myslice/settings.py @@ -48,7 +48,6 @@ DATAROOT="/var/unfold" # if not there, then we assume it's from a devel tree if not os.path.isdir (os.path.join(HTTPROOT,"static")): HTTPROOT=ROOT - DATAROOT=ROOT if not os.path.isdir(ROOT): raise Exception,"Cannot find ROOT %s for unfold"%ROOT if not os.path.isdir(HTTPROOT): raise Exception,"Cannot find HTTPROOT %s for unfold"%HTTPROOT -- 2.47.0