From 9ef0d2557b21184f90ef35fcd3669295fca05977 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Wed, 29 Jul 2015 23:52:53 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=81=D0=B5=D1=82=D0=B8=D1=82=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Изменил формат даты --- record/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/record/settings.py b/record/settings.py index fe485f5..e1ba6e5 100644 --- a/record/settings.py +++ b/record/settings.py @@ -78,10 +78,11 @@ TIME_ZONE = 'Asia/Yekaterinburg' USE_I18N = True -USE_L10N = True +USE_L10N = False USE_TZ = True +DATE_FORMAT = 'd/m/Y' # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/