summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-03-31 10:47:59 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 16:09:12 +0200
commit7031b93594ea1d3fac73f5f35755cdcb42023d03 (patch)
tree95695ea31621d4ce355d3488d0e8a13323b8cfc4 /example_project
parent6f1f6e8a122ff289b51257a20cfff303a34c727e (diff)
downloadIshtar-7031b93594ea1d3fac73f5f35755cdcb42023d03.tar.bz2
Ishtar-7031b93594ea1d3fac73f5f35755cdcb42023d03.zip
Update ooo date format
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 5611be911..901987905 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -48,6 +48,8 @@ LANGUAGE_CODE = 'fr-fr'
COUNTRY = "fr"
OOOK_DATE_FORMAT = u"%-d %B %Y"
+OOO_DATE_FORMAT = u"%-d %B %Y"
+DATE_FORMAT = u"%-d %B %Y"
SITE_ID = 1