Author: batiste.bieler
Date: Wed Mar 25 11:04:03 2009
New Revision: 423
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:04:03 2009
@@ -50,7 +50,9 @@
== I have an error trying to display a page in the admin ==
-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 .
+Check you have added the required middlewares and context processors.
+
+For that, compare your MIDDLEWARE_CLASSES in your settings.py to the
example that comes with page-cms.
Don't forget to also add:
@@ -58,5 +60,4 @@
"pages.context_processors.media",
}}}
-in your TEMPLATE_CONTEXT_PROCESSORS section
-
\ No newline at end of file
+in your TEMPLATE_CONTEXT_PROCESSORS section to the media files.
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---