X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/6d5faf02d0b7d9f340f7a08acc37f4e383f1c3a1..92978d8c53e45701d995ebe54ac082f2dfe2b659:/src/src/project_name/settings/locale.py diff --git a/src/src/project_name/settings/locale.py b/src/src/project_name/settings/locale.py deleted file mode 100644 index d77583d..0000000 --- a/src/src/project_name/settings/locale.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- - -LANGUAGES = ( - ('pl', u'polski'), -# ('en', u'English'), -) - -# Local time zone for this installation. Choices can be found here: -# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name -# although not all choices may be available on all operating systems. -# On Unix systems, a value of None will cause Django to use the same -# timezone as the operating system. -# If running in a Windows environment this must be set to the same as your -# system time zone. -TIME_ZONE = None - -# Language code for this installation. All choices can be found here: -# http://www.i18nguy.com/unicode/language-identifiers.html -LANGUAGE_CODE = 'pl' - -# If you set this to False, Django will make some optimizations so as not -# to load the internationalization machinery. -USE_I18N = True - -# If you set this to False, Django will not format dates, numbers and -# calendars according to the current locale. -USE_L10N = True - -# If you set this to False, Django will not use timezone-aware datetimes. -USE_TZ = True