Fix translation setup

This patch adds 'senlin_dashboard' into the list of INSTALLED_APPS so
that the .pot files under the 'senlin_dashboard/locale' directory will
work. In future, we may need to remove the 'senlin_dashboard.cluster'
entry.

Change-Id: If5479865aea55b271ed13a4c5aa2cf0245d49963
This commit is contained in:
tengqm 2016-02-22 02:56:50 -05:00
parent 8ffeba91a7
commit c50ea935ab
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ from senlin_dashboard import exceptions
DASHBOARD = 'cluster'
ADD_INSTALLED_APPS = [
'senlin_dashboard',
'senlin_dashboard.cluster'
]
DEFAULT = True