10个顶尖的Django项目(2016版)

Django的一个很重要的优势就是它有一个稳定强大的核心代码,并且其他人可以在这个核心代码的基础上开发自己的扩展.那么有哪些好的扩展可供我们使用呢?下面是我在github上面发掘的10个优秀的扩展,它们都是2016年才出现的.

1. django-zappa

在aws-lambda上运行zappa

项目地址:https://github.com/Miserlou/django-zappa

2. django-stackoverflow

在stackoverflow上自动搜索你的错误

项目地址:https://github.com/emre/django-stackoverflow-trace

3. django-controlcenter

给Django增加一个Dashboard控件,使用chartist.js构建图表

项目地址:https://github.com/byashimov/django-controlcenter

4. ActiveFlow

一个可扩展的,全特性的工作流引擎.当然,界面非常好看

项目地址:https://github.com/faxad/ActivFlow

5. django-field-history

记录某一个字段所有的修改,存储这个字段的名字\值\增加修改时间,并且记录哪个用户修改了它.

项目地址:https://github.com/grantmcconnaughey/django-field-history

6. python-diskcache

替换掉Django内置的缓存,改用磁盘空间做缓存.

项目地址:https://github.com/grantjenks/python-diskcache

7. django-anymail

把多个邮件服务集成进Django,轻松地在Mailgun, Postmark, SendGrid, SparkPost之间切换.

项目地址:https://github.com/anymail/django-anymail

8. django-admino

给Django Admin增加API.

项目地址:https://github.com/erdem/django-admino

9. django-safety

用户异地登录时锁定用户,并且强制要求重置密码.

项目地址:https://github.com/ulule/django-safety

10. drf-url-filters

为Django REST框架做简洁的验证.

项目地址:https://github.com/manjitkumar/drf-url-filters

英文原文:https://medium.com/@raiderrobert/top-10-new-django-projects-started-in-2016-f87ef043c8bb#.ymms9wjom

你可能感兴趣的:(开发语言-Python)