mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Python code is now formatted to PEP8 All other files are defined in .editorconfig as far as possible.
6 lines
119 B
Python
6 lines
119 B
Python
from __future__ import unicode_literals
|
|
|
|
DATETIME_FORMAT = ('d/m/Y H:i')
|
|
DATE_FORMAT = ('d/m/Y')
|
|
TIME_FORMAT = ('H:i')
|