Author: jacob
Date: 2008-08-20 17:20:21 -0500 (Wed, 20 Aug 2008)
New Revision: 8453

Modified:
   djangoproject.com/djangodocs/settings.py
Log:
[djangoproject.com] settings tweak.

Modified: djangoproject.com/djangodocs/settings.py
===================================================================
--- djangoproject.com/djangodocs/settings.py    2008-08-20 21:52:03 UTC (rev 
8452)
+++ djangoproject.com/djangodocs/settings.py    2008-08-20 22:20:21 UTC (rev 
8453)
@@ -1,5 +1,6 @@
 from django_website.settings import *
 
+PREPEND_WWW = False
 INSTALLED_APPS = []
 TEMPLATE_DIRS = [os.path.join(os.path.dirname(__file__), "templates")] + 
TEMPLATE_DIRS
 ROOT_URLCONF = 'djangodocs.urls'
@@ -7,4 +8,4 @@
 if DEVELOPMENT_MODE:
     DOCS_PICKLE_ROOT = 
"/Users/jacob/Projects/Django/upstream/docs/_build/pickle/"
 else:
-    DOCS_PICKLE_ROOT = "/home/jacob/django-docs/docs/_build/pickle"
\ No newline at end of file
+    DOCS_PICKLE_ROOT = "/home/jacob/django-docs/docs/_build/pickle"


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to