# -*- coding: utf-8 -*-
LANGUAGES = (
- ('pl', u'polski'),
-# ('en', u'English'),
+ ('en', u'English'),
+# ('pl', u'polski'),
)
# Local time zone for this installation. Choices can be found here:
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
-LANGUAGE_CODE = 'pl'
+LANGUAGE_CODE = 'en'
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
-USE_I18N = True
+USE_I18N = False
# If you set this to False, Django will not format dates, numbers and
# calendars according to the current locale.
-USE_L10N = True
+USE_L10N = False
# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True