Skip to content

Commit 5334867

Browse files
Added USE_I18N setting to default settings.py created for startproject command
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 0a9a59f commit 5334867

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

django/conf/project_template/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
SITE_ID = 1
2929

30+
# If you set this to False, Django will make some optimizations so as not
31+
# to load the internationalization machinery.
32+
USE_I18N = True
33+
3034
# Absolute path to the directory that holds media.
3135
# Example: "/home/media/media.lawrence.com/"
3236
MEDIA_ROOT = ''

0 commit comments

Comments
 (0)