Skip to content
Snippets Groups Projects
Commit cdbbdd02 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fixed LOCALE_PATHS setting

parent 1ca6b2fc
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ SITE_ID = 1
USE_I18N = True
USE_L10N = True
LOCALE_PATHS = os.path.join(PROJECT_DIR, 'locale')
LOCALE_PATHS = (
os.path.join(PROJECT_DIR, 'locale'),
)
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'site_media')
MEDIA_URL = '/site_media/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment