[damned-lies] USE_L10N should be True to enable date format localization



commit 872abc7e154ca85906b79cb20185b99c065a4346
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Jun 4 21:04:01 2010 +0200

    USE_L10N should be True to enable date format localization

 settings_sample.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/settings_sample.py b/settings_sample.py
index 313b6f2..e709ae5 100644
--- a/settings_sample.py
+++ b/settings_sample.py
@@ -61,6 +61,7 @@ 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
+USE_L10N = True
 
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]