跳转到主要内容

使用Django将typeform用作反馈

项目描述

https://badge.fury.io/py/django-typeform-feedback.svg Requirements Status https://travis-ci.org/exolever/django-typeform-feedback.svg?branch=master https://codecov.io/gh/exolever/django-typeform-feedback/branch/master/graph/badge.svg https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat https://img.shields.io/badge/License-MIT-green.svg

使用Django将typeform用作反馈

快速入门

安装django-typeform-feedback

pip install django-typeform-feedback

将其添加到您的 INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'typeform_feedback',
    ...
)

运行测试

代码真的能工作吗?

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

致谢

用于渲染此包的工具

项目详情


下载文件

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

源分布

django-typeform-feedback-0.2.5.tar.gz (13.3 kB 查看哈希值)

上传于 源代码

构建版本

django_typeform_feedback-0.2.5-py2.py3-none-any.whl (22.5 kB 查看哈希值)

上传于 Python 2 Python 3

由以下支持