# Django Dashboard案例

在DjangoCon US 2016上 Clinton Dreisbach介绍了[Building Dynamic Dashboards With Django and D3](https://www.youtube.com/watch?v=XXG-ESzB9Q8) ，主要采用的技术有：

* Django
* Django REST Framework
* django-url-filter - 将GET参数转换成查询集过滤器（Translates GET parameters to queryset filters）
* Ractive.js - Facebook开源
* D3 & NVD3
* Leaflet

相关的网站：

* <http://www.dreisbach.us/> Clinton Dreisbach
* CFS Analytics
  * <https://git.io/cfs> - 在github上开源的[call-for-service](https://github.com/RTIInternational/call-for-service)项目，提供了在Django上构建Portal的案例
  * <http://cfsdemo.rticds.org/> - [call-for-service](https://github.com/RTIInternational/call-for-service)的在线Demo

在YouTube上，和[Building Dynamic Dashboards With Django and D3](https://www.youtube.com/watch?v=XXG-ESzB9Q8)相关的有不少视频介绍了相关技术可以参考。

> 我准备从这个开源项目fork一个进行学习
