Календарь

Начало недели с понедельника
This commit is contained in:
2015-10-04 16:08:19 +05:00
parent ea193e8b01
commit 68d45d0073

View File

@@ -90,6 +90,8 @@ DATE_INPUT_FORMATS = ('%d.%m.%Y',)
DATETIME_INPUT_FORMATS = ('%d.%m.%Y %H:%M:%S',) DATETIME_INPUT_FORMATS = ('%d.%m.%Y %H:%M:%S',)
FIRST_DAY_OF_WEEK = 1
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/ # https://docs.djangoproject.com/en/1.6/howto/static-files/