Author: leidel
Date: Wed Jan 21 01:52:16 2009
New Revision: 33
Modified:
trunk/docs/overview.txt
Log:
Fixed linebreaks in docs
Signed-off-by: Jannis Leidel <[email protected]>
Modified: trunk/docs/overview.txt
==============================================================================
--- trunk/docs/overview.txt (original)
+++ trunk/docs/overview.txt Wed Jan 21 01:52:16 2009
@@ -106,11 +106,14 @@
Caching
=======
-You can optionally cache the generation of the ``robots.txt``. Add or
change the ``ROBOTS_CACHE_TIMEOUT`` setting with a value in seconds in your
Django settings file::
+You can optionally cache the generation of the ``robots.txt``. Add or
change
+the ``ROBOTS_CACHE_TIMEOUT`` setting with a value in seconds in your Django
+settings file::
ROBOTS_CACHE_TIMEOUT = 60*60*24
-This tells Django to cache the ``robots.txt`` for 24 hours (86400
seconds). The default value is ``None`` (no caching).
+This tells Django to cache the ``robots.txt`` for 24 hours (86400 seconds).
+The default value is ``None`` (no caching).
Support
=======
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---