X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fsettings.py;h=235a18cab1e5df18f93746a41adf6d2f0352de12;hb=da9c682a7806eedce2c9a073ce43520f7c5e079c;hp=83d0dc4a15a257c812a2590ebc05ff719f85f99d;hpb=361459c16618e432dd9d1be75457d42375b56a47;p=unfold.git diff --git a/myslice/settings.py b/myslice/settings.py index 83d0dc4a..235a18ca 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -42,13 +42,12 @@ 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 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 @@ -237,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') @@ -288,3 +289,9 @@ CSRF_FAILURE_VIEW = 'manifoldapi.manifoldproxy.csrf_failure' #IA_JS_FORMAT = "