From 4d9e80eac27eca0300ea06f8ef2e8ddfcf77b493 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> Date: Sat, 4 Jun 2011 20:09:53 +0200 Subject: [PATCH] added path for locale. --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index fefdc520..ed986882 100644 --- a/settings.py +++ b/settings.py @@ -30,6 +30,8 @@ SITE_ID = 1 USE_I18N = True USE_L10N = True +LOCALE_PATHS = os.path.join(PROJECT_DIR, 'locale') + MEDIA_ROOT = os.path.join(PROJECT_DIR, 'site_media') MEDIA_URL = '/site_media/' -- GitLab