您的位置:首页 > 编程语言 > Python开发

python 常用包

2015-06-29 10:39 851 查看
django包名称 包说明 参考资料(选填)

django_mobile django_mobile可以提供一些不同的模板,检测在移动设备上访问呈现出不同的模板 https://github.com/gregmuellegger/django-mobile

django_hosts 实现将不同的app 请求映射到指定的url http://django-hosts.readthedocs.org/en/latest/

Python-memcached 缓存 https://pypi.python.org/pypi/python-memcached

django-crispy-forms 渲染form表单 https://github.com/maraujop/django-crispy-forms

South 数据库迁移 https://south.readthedocs.org/en/latest/

xlrd 读取Excel文件 https://pypi.python.org/pypi/xlrd

xlwt 写Excel文件 https://pypi.python.org/pypi/xlwt

django-guardian 用户权限、分组权限 https://django-guardian.readthedocs.org/en/v1.2/

django-celery 异步处理、消息队列 http://celery.readthedocs.org/en/latest/index.html

django-filter 检索数据 https://github.com/alex/django-filter

django-mptt 实现树形存储多级数据 http://django-mptt.github.io/django-mptt/

django-model-utils 模型扩展 https://django-model-utils.readthedocs.org/en/latest/

django-simple-captcha 验证码 https://github.com/mbi/django-simple-captcha

django-simple-history 记录模型中数据修改的历史数据 https://django-simple-history.readthedocs.org/en/latest/

django-jsonfield 在模型中添加存储JSON数据的字段 https://github.com/bradjasper/django-jsonfield

redis 实现用python连接管理redis https://pypi.python.org/pypi/redis/

elasticutils 全文索引 http://elasticutils.readthedocs.org/en/latest/

django-ckeditor-updated 富文本 https://pypi.python.org/pypi/django-ckeditor-updated

django-xadmin admin后台 https://github.com/sshwsfc/django-xadmin

django-braces class-base 通用视图中可继承该包中的类 https://django-braces.readthedocs.org/en/v1.4.0/

linaro-django-pagination 分页 https://pythonhosted.org/linaro-django-pagination/

django-tables2 渲染表格形式的数据 https://django-tables2.readthedocs.org/en/latest/

Python-memcached 生成缩略图 https://sorl-thumbnail.readthedocs.org/en/latest/

django-extensions Django框架的扩展功能集合,包括management命令扩展、数据库字段扩展
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: