Removed now un-necessary date format stuff (from revisions stuff)

This commit is contained in:
David Taylor
2015-05-23 17:03:58 +01:00
parent 57771fd232
commit 16cfc9c9ba
3 changed files with 2 additions and 5 deletions

View File

@@ -186,9 +186,6 @@ USE_TZ = True
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M','%Y-%m-%dT%H:%M:%S')
RIGS_DATETIME_FORMAT = ('d/m/Y H:i')
RIGS_DATE_FORMAT = ('d/m/Y')
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",