Author: batiste.bieler
Date: Mon Apr 20 11:13:37 2009
New Revision: 463
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:13:37 2009
@@ -196,6 +196,10 @@
===Media directory===
-The django CMS come with some javascript and CSS files. These files are in
the pages/media/pages directory. The setting PAGES_MEDIA_URL tell the CMS
where to search for these files. By default the value of PAGES_MEDIA_URL is
<MEDIA_ROOT>/pages.
+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 :
-So it means that *you must create a symbolic link* or copy the
directory "pages/media/pages/" into your own media directory to have a
fully functioning admin interface.
\ No newline at end of file
+{{{
+PAGES_MEDIA_URL = getattr(settings, 'PAGES_MEDIA_URL',
join(settings.MEDIA_URL, 'pages/'))
+}}}
+
+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.
\ 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
-~----------~----~----~----~------~----~------~--~---