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
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -136,6 +136,12 @@ AUTH_PASSWORD_VALIDATORS = [
#LANGUAGE_CODE = 'en-US'
LANGUAGE_CODE = 'ru-RU'

3
    
LOCALE_PATHS = (
    os.path.join(BASE_DIR, 'sopds/locale'),
)

TIME_ZONE = 'Europe/Moscow'
USE_I18N = True
USE_L10N = True