summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-10-31 13:21:34 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-10-31 13:21:34 +0100
commite7378df00ca6dece6f30f1f6c8908e60911b6604 (patch)
tree3026021119bd38e5f812b3057cea0f0bb80e673c /example_project/settings.py
parentaf93e3c6feb98bb6beabf258ba6d778208965766 (diff)
downloadIshtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.tar.bz2
Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.zip
Unify translation process
Diffstat (limited to 'example_project/settings.py')
-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 3af5312ce..65ca93395 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -35,6 +35,8 @@ BASE_URL = "/"
URL_PATH = ""
EXTRA_VERSION = 'git'
+LOCALE_PATHS = [os.path.abspath(os.path.join(ROOT_PATH, "..", "locale"))]
+
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',