Set default date formats

This commit is contained in:
David Taylor
2015-05-23 16:57:45 +01:00
parent 3ed95d6687
commit c5e1bc93cb
4 changed files with 7 additions and 0 deletions

View File

@@ -176,6 +176,8 @@ LANGUAGE_CODE = 'en-gb'
TIME_ZONE = 'UTC'
FORMAT_MODULE_PATH = 'PyRIGS.formats'
USE_I18N = True
USE_L10N = True