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 | dfa49506d58be8678ee94d33ae06ddb25fb940b7 (patch) | |
tree | 3026021119bd38e5f812b3057cea0f0bb80e673c /example_project/settings.py | |
parent | 8977a1f316da54e81344035e9e2d7aaa8f49b9f9 (diff) | |
download | Ishtar-dfa49506d58be8678ee94d33ae06ddb25fb940b7.tar.bz2 Ishtar-dfa49506d58be8678ee94d33ae06ddb25fb940b7.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', |