updated import for manifoldapi instead of manifold
authorLoic Baron <loic.baron@lip6.fr>
Tue, 25 Feb 2014 18:00:35 +0000 (19:00 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 25 Feb 2014 18:00:35 +0000 (19:00 +0100)
myslice/settings.py
portal/sliceview.py

index 3d8559c..79323c4 100644 (file)
@@ -258,7 +258,7 @@ AUTHENTICATION_BACKENDS = ( 'auth.manifoldbackend.ManifoldBackend','django.contr
 ### 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 = 'manifold.manifoldproxy.csrf_failure'
+CSRF_FAILURE_VIEW = 'manifoldapi.manifoldproxy.csrf_failure'
 
 #################### for insert_above
 #IA_JS_FORMAT = "<script type='text/javascript' src='{URL}' />"
index d2b4055..b19ead9 100644 (file)
@@ -12,7 +12,7 @@ from django.shortcuts import render
 
 from unfold.page                     import Page
 from manifold.core.query             import Query, AnalyzedQuery
-from manifold.manifoldapi            import execute_query
+from manifoldapi.manifoldapi         import execute_query
 
 from theme import ThemeView