Then, add `'sekizai.context_processors.sekizai'` to `settings.TEMPLATE_CONTEXT_PROCESSORS`.
Add `'sekizai.context_processors.sekizai'` to `settings.TEMPLATE_CONTEXT_PROCESSORS`.
5. Include urlpatterns
5. Include urlpatterns
...
@@ -63,7 +63,7 @@ To integrate the wiki to your existing application, you shoud add the following
...
@@ -63,7 +63,7 @@ To integrate the wiki to your existing application, you shoud add the following
Please use these function calls rather than writing your own include() call - the url namespaces aren't supposed to be customized.
Please use these function calls rather than writing your own include() call - the url namespaces aren't supposed to be customized.
The above line puts the wiki in **/** so it's important to put it at the end of your urlconf. You can also put it in **/wiki** by putting `'^wiki/'` as the pattern.
The above line puts the wiki in */* so it's important to put it at the end of your urlconf. You can also put it in */wiki* by putting `'^wiki/'` as the pattern.