Author: batiste.bieler
Date: Wed Apr 1 04:57:48 2009
New Revision: 429
Modified:
wiki/InstallDjangoPageCMS.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki (original)
+++ wiki/InstallDjangoPageCMS.wiki Wed Apr 1 04:57:48 2009
@@ -89,21 +89,6 @@
)
}}}
-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
-~----------~----~----~----~------~----~------~--~---