Merge "Add LOCALE_PATHS to settings"
This commit is contained in:
commit
27346b9a29
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user