Sfoglia il codice sorgente

Календарь

Начало недели с понедельника
Denis V. Dedkov 10 anni fa
parent
commit
68d45d0073
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      record/settings.py

+ 2 - 0
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/