Skip to main content

A Typeform integration for Django

Project description

https://badge.fury.io/py/django-typeform.svg https://travis-ci.org/redapesolutions/django-typeform.svg?branch=master https://codecov.io/gh/redapesolutions/django-typeform/branch/master/graph/badge.svg

A Typeform integration for Django

Documentation

The full documentation is at https://django-typeform.readthedocs.io.

Quickstart

Install Django Typeform:

pip install django-typeform

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_typeform.apps.DjangoTypeformConfig',
    ...
)

Add Django Typeform’s static files to your template:

<script src="{% static 'django_typeform/embed.js' %}"></script>

Usage:

{% load django_typeform %}
<html>
    <body>
        <div class="my-typeform"></div>
        <script src="{% static 'django_typeform/embed.js' %}"></script>
        {% typeforms_embed 'https://xxxx.typeform.com/to/xxxxxx' '.my-typeform' '{"hideHeaders": true, "hideFooter": true}' %}
    </body>
</html>

Features

  • Embed SDK Support

History

0.1.0 (2017-10-05)

  • Add Embed SDK support

0.0.0 (2017-10-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-typeform-0.1.0.tar.gz (67.0 kB view hashes)

Uploaded Source

Built Distribution

django_typeform-0.1.0-py2.py3-none-any.whl (66.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page