跳转到主要内容

在Django应用程序中集成Accredible证书

项目描述

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

在Django应用程序中集成Accredible证书

快速入门

安装django-accredible

pip install django-accredible

将其添加到您的INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'certification',
    ...
)

运行测试

代码是否真的能工作?

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

致谢

用于渲染此包的工具

历史

0.1.0 (2019-02-06)

  • 首次发布在PyPI。

项目详情


下载文件

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

源分布

django-accredible-0.5.5.tar.gz (11.0 kB 查看哈希值)

上传时间 源代码

构建分发版

django_accredible-0.5.5-py2.py3-none-any.whl (18.6 kB 查看哈希值)

上传时间 Python 2 Python 3

由以下支持