diff options
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 cc2e44b3d..726ccda8e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -192,7 +192,7 @@ INSTALLED_APPS = [ # 'debug_toolbar', ] -USE_TRANSLATION_OVERLOAD = True +USE_TRANSLATION_OVERLOAD = False TRANSLATION_OVERLOAD_DEBUG = False SESSION_EXPIRE_AT_BROWSER_CLOSE = False |