summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 5de881c4bb..69aa5a10c0 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -108,10 +108,6 @@ SITE_ID = 1
108# to load the internationalization machinery. 108# to load the internationalization machinery.
109USE_I18N = True 109USE_I18N = True
110 110
111# If you set this to False, Django will not format dates, numbers and
112# calendars according to the current locale.
113USE_L10N = True
114
115# If you set this to False, Django will not use timezone-aware datetimes. 111# If you set this to False, Django will not use timezone-aware datetimes.
116USE_TZ = True 112USE_TZ = True
117 113