Skip to content
Snippets Groups Projects
Commit bd4f67ae authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add base locale path to project - constance localization is working now

parent 8ed897ce
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,12 @@ AUTH_PASSWORD_VALIDATORS = [ ...@@ -136,6 +136,12 @@ AUTH_PASSWORD_VALIDATORS = [
#LANGUAGE_CODE = 'en-US' #LANGUAGE_CODE = 'en-US'
LANGUAGE_CODE = 'ru-RU' LANGUAGE_CODE = 'ru-RU'
3
LOCALE_PATHS = (
os.path.join(BASE_DIR, 'sopds/locale'),
)
TIME_ZONE = 'Europe/Moscow' TIME_ZONE = 'Europe/Moscow'
USE_I18N = True USE_I18N = True
USE_L10N = True USE_L10N = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment