forked from DGNum/gestioCOF
726b3f55a0
This is a much more sensible name since it contains configuration applicable to both GestioCOF and GestioBDS. The next logical step would be to rename the `gestioncof/` folder to `cof/`.
7 lines
113 B
Python
7 lines
113 B
Python
"""
|
|
Formats français.
|
|
"""
|
|
|
|
DATETIME_FORMAT = r"l j F Y \à H\hi"
|
|
DATE_FORMAT = r"l j F Y"
|
|
TIME_FORMAT = r"H\hi"
|