Author: antoni.aloy
Date: Wed Feb 25 07:40:08 2009
New Revision: 365

Modified:
    wiki/InstallDjangoPageCMS.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki      (original)
+++ wiki/InstallDjangoPageCMS.wiki      Wed Feb 25 07:40:08 2009
@@ -79,6 +79,21 @@
  )
  }}}

+If you use *trunk version* the template context processor would be just:
+
+{{{
+TEMPLATE_CONTEXT_PROCESSORS = (
+    ...
+    "django.core.context_processors.auth",
+    "django.core.context_processors.i18n",
+    "django.core.context_processors.debug",
+    "django.core.context_processors.media",
+    "django.core.context_processors.request",
+    "pages.context_processors.media",
+    ...
+)
+}}}
+
  You *must* have these middleware into your MIDDLEWARE_CLASSES settings:

  {{{

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to