unfold.sqlite3 location /var/unfold/
authorJordan Augé <jordan.auge@lip6.fr>
Fri, 4 Apr 2014 13:44:36 +0000 (08:44 -0500)
committerJordan Augé <jordan.auge@lip6.fr>
Fri, 4 Apr 2014 13:44:36 +0000 (08:44 -0500)
myslice/settings.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 83d0dc4..620ab5b
@@ -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