diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-17 18:52:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-17 18:52:38 +0200 |
commit | 00f6c7380ed4ec9c578cca5dd93cae0b92c57b10 (patch) | |
tree | dd7a39a246862c2154e17f923f528963e010fa12 /example_project | |
parent | 398593a6b1273667a4f62dc6bcdab2ce83c4d5a7 (diff) | |
download | Ishtar-00f6c7380ed4ec9c578cca5dd93cae0b92c57b10.tar.bz2 Ishtar-00f6c7380ed4ec9c578cca5dd93cae0b92c57b10.zip |
ooo_replace became oook_replace!
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index a7bcdf8f1..f81e3e984 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -47,7 +47,7 @@ LANGUAGE_CODE = 'fr-fr' COUNTRY = "fr" -DATE_FORMAT = u"%-d %B %Y" +OOOK_DATE_FORMAT = u"%-d %B %Y" SITE_ID = 1 |