Author: batiste.bieler
Date: Mon Jan 26 06:43:30 2009
New Revision: 313

Modified:
    wiki/InstallDjangoPageCMS.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki      (original)
+++ wiki/InstallDjangoPageCMS.wiki      Mon Jan 26 06:43:30 2009
@@ -52,7 +52,7 @@

  ===Template context processors and Middlwares===

-You *must* add django.core.context_processors.request and  
pages.context_processors.media to your TEMPLATE_CONTEXT_PROCESSORS and  
django.middleware.locale.LocaleMiddleware middleware to MIDDLEWARE_CLASSES.
+You *must* have these context processors into your  
TEMPLATE_CONTEXT_PROCESSORS:

  {{{
  TEMPLATE_CONTEXT_PROCESSORS = (
@@ -66,7 +66,7 @@
      ...
  )

-...
+You *must* have these middleware into your MIDDLEWARE_CLASSES settings:

  MIDDLEWARE_CLASSES = (
      'django.contrib.sessions.middleware.SessionMiddleware',
@@ -119,5 +119,4 @@

  ===Media directory===

-You *must* create a symbolic link or copy of "pages/media/pages/" into  
your media directory to have a fully functioning admin interface.
-
+You *must* create a symbolic link or copy of "pages/media/pages/" into  
your media directory to have a fully functioning admin interface.
\ 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to