Author: adrian
Date: 2006-08-31 18:55:35 -0500 (Thu, 31 Aug 2006)
New Revision: 3703
Modified:
djangoproject.com/django_website/settings.py
Log:
Added django.contrib.sitemaps to INSTALLED_APPS for djangoproject.com settings.
Also added USE_I18N=False
Modified: djangoproject.com/django_website/settings.py
===================================================================
--- djangoproject.com/django_website/settings.py 2006-08-31 23:53:29 UTC
(rev 3702)
+++ djangoproject.com/django_website/settings.py 2006-08-31 23:55:35 UTC
(rev 3703)
@@ -29,6 +29,7 @@
'django.contrib.flatpages',
'django.contrib.redirects',
'django.contrib.sessions',
+ 'django.contrib.sitemaps',
'django_website.apps.blog',
'django_website.apps.docs',
'django_website.apps.aggregator',
@@ -58,3 +59,5 @@
'django.template.loaders.filesystem.load_template_source',
'django.template.loaders.app_directories.load_template_source',
)
+USE_I18N = False
+
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---