Skip to content

exolever/django-typeform-feedback

Repository files navigation

django-typeform-feedback

image

Requirements Status

image

image

image

image

Use typeform as feedback with Django

Quickstart

Install django-typeform-feedback:

pip install django-typeform-feedback

Add it to your `INSTALLED_APPS`:

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

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package: