1 Star 0 Fork 0

openstack / tuskar-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_50_tuskar.py.example 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
Radomir Dopieralski 提交于 2014-04-04 13:07 . Disable other dashboards
from tuskar_ui import exceptions
DASHBOARD = 'infrastructure'
ADD_INSTALLED_APPS = [
'tuskar_ui.infrastructure',
]
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}
DEFAULT = True
Python
1
https://gitee.com/openstack/tuskar-ui.git
git@gitee.com:openstack/tuskar-ui.git
openstack
tuskar-ui
tuskar-ui
master

搜索帮助