Author: batiste.bieler
Date: Mon Jan 26 06:17:30 2009
New Revision: 311

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:17:30 2009
@@ -79,7 +79,7 @@
  )
  }}}

-===Default language===
+===Default language and template===

  You must set DEFAULT_PAGE_TEMPLATE to the name of your default CMS  
template. And LANGUAGES with wanted languages.

@@ -91,7 +91,7 @@
      ('en', gettext_noop('English')),
  )

-DEFAULT_PAGE_TEMPLATE = 'index.html'
+DEFAULT_PAGE_TEMPLATE = 'pages/index.html'
  }}}

  ===Additional templates===
@@ -100,8 +100,8 @@

  {{{
  PAGE_TEMPLATES = (
-    ('nice.html', 'nice one'),
-    ('cool.html', 'cool one'),
+    ('pages/nice.html', 'nice one'),
+    ('pages/cool.html', 'cool one'),
  )
  }}}


--~--~---------~--~----~------------~-------~--~----~
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