X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fsettings.py;fp=myslice%2Fsettings.py;h=f9f439e1ece173c8ae96cdf5509570de745b61a8;hb=111d0fcb9681bf94ff184fe43bf636b6d672cbff;hp=10b39533ca812cd9e37444f0425208fa9ec1e0d3;hpb=bc5fef422b84dae845615fad065ece5ef450e01c;p=myslice.git diff --git a/myslice/settings.py b/myslice/settings.py index 10b39533..f9f439e1 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -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):