From e7378df00ca6dece6f30f1f6c8908e60911b6604 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 31 Oct 2019 13:21:34 +0100 Subject: Unify translation process --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project/settings.py') 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', -- cgit v1.2.3