Author: adrian Date: 2006-08-17 22:42:28 -0500 (Thu, 17 Aug 2006) New Revision: 3607
Modified: django/trunk/django/conf/project_template/settings.py Log: Added USE_I18N setting to default settings.py created for startproject command Modified: django/trunk/django/conf/project_template/settings.py =================================================================== --- django/trunk/django/conf/project_template/settings.py 2006-08-18 03:40:47 UTC (rev 3606) +++ django/trunk/django/conf/project_template/settings.py 2006-08-18 03:42:28 UTC (rev 3607) @@ -27,6 +27,10 @@ SITE_ID = 1 +# If you set this to False, Django will make some optimizations so as not +# to load the internationalization machinery. +USE_I18N = True + # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" MEDIA_ROOT = '' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---