Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 974 Bytes

File metadata and controls

19 lines (14 loc) · 974 Bytes

在DjangoCon US 2016上 Clinton Dreisbach介绍了Building Dynamic Dashboards With Django and D3 ,主要采用的技术有:

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

相关的网站:

在YouTube上,和Building Dynamic Dashboards With Django and D3相关的有不少视频介绍了相关技术可以参考。

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