Merge "Add LOCALE_PATHS to settings"

This commit is contained in:
Jenkins 2016-11-11 16:46:32 +00:00 committed by Gerrit Code Review
commit 27346b9a29

View File

@ -233,6 +233,11 @@ USE_I18N = True
USE_L10N = True USE_L10N = True
USE_TZ = True USE_TZ = True
LOCALE_PATHS = [
'horizon/locale',
'openstack_dashboard/locale',
]
OPENSTACK_KEYSTONE_DEFAULT_ROLE = '_member_' OPENSTACK_KEYSTONE_DEFAULT_ROLE = '_member_'
DEFAULT_EXCEPTION_REPORTER_FILTER = 'horizon.exceptions.HorizonReporterFilter' DEFAULT_EXCEPTION_REPORTER_FILTER = 'horizon.exceptions.HorizonReporterFilter'