diff options
Diffstat (limited to 'example_project/settings.py')
| -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 | 
