Despair.
This commit is contained in:
parent
4ff88275c3
commit
7252b0c52c
1 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,7 @@ CURRENCIES = [
|
|||
|
||||
TIME_ZONE = 'Europe/Vienna'
|
||||
|
||||
USE_I18N = True
|
||||
USE_I18N = False
|
||||
|
||||
USE_L10N = False
|
||||
|
||||
|
@ -146,3 +146,5 @@ MESSAGE_TAGS = {
|
|||
}
|
||||
|
||||
DATE_INPUT_FORMATS = ['%d-%m-%Y','%Y-%m-%d', "%d.%m.%Y"]
|
||||
DATETIME_FORMAT = 'd.m.Y'
|
||||
DATE_FORMAT = 'd.m.Y'
|
Loading…
Reference in a new issue