X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fsettings.py;h=0deec5230e63330ed4a25cf46b905e25573cf26b;hb=a0c7080d9eb960318465386d23b8da2b9f92d978;hp=a4a32214ad2a47f620e0d89a99716342e22e10bb;hpb=a3926fc96d8e29d27ab4f85f2f6210c75e431bad;p=unfold.git diff --git a/myslice/settings.py b/myslice/settings.py index a4a32214..0deec523 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -142,12 +142,16 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', + # handling the {% insert %} and {% container %} tags # see details in devel/django-insert-above-1.0-4 'insert_above', + # our django project 'myslice', - 'auth', - 'engine', + # the core of the UI + 'auth', 'manifold', 'unfold', + # plugins 'plugins', + # views - more or less stable 'views', 'trash', # Uncomment the next line to enable the admin: @@ -190,7 +194,7 @@ AUTHENTICATION_BACKENDS = ( 'auth.backend.MyCustomBackend', 'auth.manifoldbacken ### the view to redirect malformed (i.e. with a wrong CSRF) incoming requests # without this setting django will return a 403 forbidden error, which is fine # if you need to see the error message then use this setting -CSRF_FAILURE_VIEW = 'engine.manifoldproxy.csrf_failure' +CSRF_FAILURE_VIEW = 'manifold.manifoldproxy.csrf_failure' #################### for insert_above #IA_JS_FORMAT = "