Fixed issue with datetime fields

This commit is contained in:
Tom Price
2014-12-03 11:50:24 +00:00
parent 91f6bb5557
commit 1368224be6
5 changed files with 36 additions and 6 deletions

View File

@@ -110,6 +110,8 @@ USE_L10N = True
USE_TZ = True
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M','%Y-%m-%dT%H:%M:%S')
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",