Author: batiste.bieler
Date: Tue Apr  7 02:10:08 2009
New Revision: 439

Modified:
    wiki/InstallDjangoPageCMS.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki      (original)
+++ wiki/InstallDjangoPageCMS.wiki      Tue Apr  7 02:10:08 2009
@@ -72,6 +72,12 @@

  Django page CMS use the caching framework quite intensively. You should  
definitely set-up  
[http://docs.djangoproject.com/en/dev/topics/cache/#setting-up-the-cache  
use one of the caching backend] to have decent performance.

+If you cannot setup memcache or a database cache, you can use the local  
memory cache this way:
+
+{{{
+CACHE_BACKEND = "locmem:///"
+}}}
+
  ===Languages===

  Please first read how django handle languages:

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