Ajoute le jour en toutes lettres dans les dates
This commit is contained in:
parent
d6dd7b346c
commit
9a9ff69f55
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ Formats français.
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DATETIME_FORMAT = r'j F Y \à H:i'
|
||||
DATETIME_FORMAT = r'l j F Y \à H:i'
|
||||
|
|
Loading…
Reference in a new issue