From 68d45d0073ea1cee041e47ebfdd0471f306847db Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Sun, 4 Oct 2015 16:08:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Начало недели с понедельника --- record/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/record/settings.py b/record/settings.py index 694ea8e..1ccad2c 100644 --- a/record/settings.py +++ b/record/settings.py @@ -90,6 +90,8 @@ DATE_INPUT_FORMATS = ('%d.%m.%Y',) DATETIME_INPUT_FORMATS = ('%d.%m.%Y %H:%M:%S',) +FIRST_DAY_OF_WEEK = 1 + # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/