Author: batiste.bieler
Date: Mon Apr 20 13:14:47 2009
New Revision: 469
Modified:
wiki/InstallDjangoPageCMS.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki (original)
+++ wiki/InstallDjangoPageCMS.wiki Mon Apr 20 13:14:47 2009
@@ -153,7 +153,7 @@
===Template context processors and Middlewares===
-You *must* have this `TEMPLATE_CONTEXT_PROCESSORS` constant into your
setting:
+You *must* have these context processors into your
`TEMPLATE_CONTEXT_PROCESSORS` setting:
{{{
TEMPLATE_CONTEXT_PROCESSORS = (
@@ -220,6 +220,7 @@
If you don't know how to serve static files with Django please read :
http://docs.djangoproject.com/en/dev/howto/static-files/
+
Django CMS has a special setting called `PAGES_MEDIA_URL` that enable you
to change how the browser will ask for these files in the CMS admin. By
default the value of `PAGES_MEDIA_URL` is set to :
@@ -251,7 +252,7 @@
*You must at least create a symbolic link or copy the directory
`pages/media/pages/`* into your media directory to have a fully functioning
administration interface.
-The example application directly point the `MEDIA_ROOT` on `page/media`
directory :
+The example application take another approch by directly point the
`MEDIA_ROOT` of the project on the `page/media` directory :
{{{
# Absolute path to the directory that holds media.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---