diff options
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 |
commit | e7378df00ca6dece6f30f1f6c8908e60911b6604 (patch) | |
tree | 3026021119bd38e5f812b3057cea0f0bb80e673c /example_project/settings.py | |
parent | af93e3c6feb98bb6beabf258ba6d778208965766 (diff) | |
download | Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.tar.bz2 Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.zip |
Unify translation process
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
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', |