Use ISO date format as default date format (Django 1.2 is using a more

humane format by default)
 - Legacy-Id: 3834
This commit is contained in:
Ole Laursen 2012-01-20 11:22:25 +00:00
parent 950be0bbbe
commit a8650d4d33

View file

@ -183,6 +183,9 @@ TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
# WG Chair configuration
MAX_WG_DELEGATES = 3
DATE_FORMAT = "Y-m-d"
DATETIME_FORMAT = "Y-m-d H:i"
# Override this in settings_local.py if needed
# *_PATH variables ends with a slash/ .
INTERNET_DRAFT_PATH = '/a/www/ietf-ftp/internet-drafts/'