Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / myslice / settings.py
index 10b3953..f9f439e 100644 (file)
@@ -49,7 +49,7 @@ except:
 # when deployed from a package
 # this code is run by collectstatic too, so we cannot
 # assume we have ./static present already
-HTTPROOT="/var/myslice-f4f"
+HTTPROOT="/var/www/myslice/"
 # the place to store local data, like e.g. the sqlite db
 DATAROOT="/var/unfold"
 if not os.path.isdir(DATAROOT):