Author: batiste.bieler
Date: Wed Mar 25 11:01:49 2009
New Revision: 422
Modified:
wiki/FAQ.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/FAQ.wiki
==============================================================================
--- wiki/FAQ.wiki (original)
+++ wiki/FAQ.wiki Wed Mar 25 11:01:49 2009
@@ -50,17 +50,13 @@
== I have an error trying to display a page in the admin ==
-Check you have added the pages middleware and context processor. You have
to add
+Check you have added the pages middleware and context processor. Compare
your middleware section, MIDDLEWARE_CLASSES, in your settings.py to the
example that comes with page-cms and you have to add .
-{{{
-'pages.middleware.CurrentSiteMiddleware',
-}}}
-
-in the middleware section,MIDDLEWARE_CLASSES, in your settings.py (see the
example that comes with page-cms) and you have to add
+Don't forget to also add:
{{{
"pages.context_processors.media",
}}}
-in the TEMPLATE_CONTEXT_PROCESSORS section
+in your TEMPLATE_CONTEXT_PROCESSORS section
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---