Merge "Add ADD_INSTALLED_APPS to 'enabled' file" into stable/mitaka

This commit is contained in:
Jenkins 2016-03-30 19:53:44 +00:00 committed by Gerrit Code Review
commit 1bba199b0d

View File

@ -21,6 +21,8 @@ PANEL_DASHBOARD = 'project'
# The name of the panel group the PANEL is associated with.
PANEL_GROUP = 'dns'
ADD_INSTALLED_APPS = ['designatedashboard']
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,