X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fsettings.py;h=235a18cab1e5df18f93746a41adf6d2f0352de12;hb=2842fc88e027493dd9ae00e0f8a69a86f3d50680;hp=620ab5ba3ea9df6ffbd545f1018d2e22480c54b1;hpb=2bf87806cbb956f7bf18e463c55753058635ad00;p=unfold.git diff --git a/myslice/settings.py b/myslice/settings.py old mode 100755 new mode 100644 index 620ab5ba..235a18ca --- a/myslice/settings.py +++ b/myslice/settings.py @@ -42,7 +42,7 @@ except: # when deployed from a package # this code is run by collectstatic too, so we cannot # assume we have ./static present already -HTTPROOT="/usr/share/unfold" +HTTPROOT="/var/myslice-f4f" # the place to store local data, like e.g. the sqlite db DATAROOT="/var/unfold" # if not there, then we assume it's from a devel tree @@ -236,6 +236,8 @@ INSTALLED_APPS = [ # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'portal', + # SLA + 'sla', ] # this app won't load in a build environment if not building: INSTALLED_APPS.append ('rest') @@ -287,3 +289,9 @@ CSRF_FAILURE_VIEW = 'manifoldapi.manifoldproxy.csrf_failure' #IA_JS_FORMAT = "