diff --git a/record/settings.py b/record/settings.py index 1445fe8..694ea8e 100644 --- a/record/settings.py +++ b/record/settings.py @@ -84,8 +84,12 @@ USE_TZ = True DATE_FORMAT = 'd.m.Y' +DATETIME_FORMAT = 'd.m.Y H:i:s' + DATE_INPUT_FORMATS = ('%d.%m.%Y',) +DATETIME_INPUT_FORMATS = ('%d.%m.%Y %H:%M:%S',) + # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/