Author: batiste.bieler
Date: Mon Apr 20 11:17:00 2009
New Revision: 464

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 11:17:00 2009
@@ -196,10 +196,18 @@

  ===Media directory===

-The django CMS come with some javascript and CSS files. These files are  
standing in the ´pages/media/pages´ directory. The setting  
´PAGES_MEDIA_URL´ enable you to tell the CMS where to search for these  
files. By default the value of ´PAGES_MEDIA_URL´ is set to :
+The django CMS come with some javascript and CSS files. These files are  
standing in the ´pages/media/pages´ directory. The CMS setting  
´PAGES_MEDIA_URL´ enable you to tell the CMS where to search for these  
files. By default the value of ´PAGES_MEDIA_URL´ is set to :

  {{{
  PAGES_MEDIA_URL = getattr(settings, 'PAGES_MEDIA_URL',  
join(settings.MEDIA_URL, 'pages/'))
  }}}
+
+Or in a simpler way :
+
+{{{
+PAGES_MEDIA_URL = settings.MEDIA_URL + "pages/"
+}}}
+
+You can off course redefine this variable in your own setting if you are  
not happy with the default.

  So it means that *you must at least create a symbolic link or copy the  
directory "pages/media/pages/"* into your own media directory to have a  
fully functioning admin interface.

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