跳转到主要内容

从YAML文件中在Django中通用填充模型

项目描述

https://badge.fury.io/py/lib-exo-populator.svg Requirements Status https://travis-ci.org/exolever/lib-exo-populator.svg?branch=master https://codecov.io/gh/exolever/lib-exo-populator/branch/master/graph/badge.svg https://sonarcloud.io/api/project_badges/measure?project=exolever_lib-exo-populator&metric=alert_status https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat https://img.shields.io/badge/License-MIT-green.svg

从YAML文件中在Django中通用填充模型

快速入门

安装exo_populator

pip install lib-exo-populator

将其添加到您的 INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'populate',
    ...
)

运行测试

代码真的能工作吗?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

致谢

用于渲染此包的工具

历史

0.1.0 (2018-11-26)

  • 首次发布在PyPI。

项目详情


下载文件

下载适合您平台的应用程序。如果您不确定要选择哪个,请了解更多关于 安装包 的信息。

源分发

lib-exo-populator-0.3.6.tar.gz (9.3 kB 查看哈希值)

上传时间 源代码

构建分发

lib_exo_populator-0.3.6-py2.py3-none-any.whl (12.6 kB 查看哈希值)

上传时间 Python 2 Python 3

支持者