> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/python/django/django-dash.md).

# django-dash控制台（废弃）

在WEB开发中，有一类应用属于dashboard，例如，系统运维人员所使用的管理平台。

[django-dash](https://github.com/barseghyanartur/django-dash)是一个可定制模块化的Django dashboard应用框架。

dash允许用户创建自己定制的dashboard，多个工作区域，提供扩展的python API可以创建dash插件。

## 运行要求

* Django 1.8, 1.9, 1.10, 1.11, 2.0
* Python >=2.7, >=3.4

> 由于实践部署django-dash效果不佳，所以准备改为[django的dashboard](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/python/django/django_dashboard/README/README.md)中借鉴的[call-for-service](https://github.com/RTIInternational/call-for-service)项目来实现。
