A Typeform integration for Django
Project description
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',
...
)
Usage as template tag:
{% load django_typeform %}
<html>
<body>
{% typeforms_embed 'https://xxxx.typeform.com/to/xxxxxx' 'my-typeform' '{"hideHeaders": true, "hideFooter": true}' %}
</body>
</html>
Features
Embed SDK Support
Results API support
TypeformMixin to use Django forms to process typeform results
TypeformView to transparently integrate typeforms into the Django framework
History
0.2.0 (2019-07-18)
Add TypeformMixin and TypeformView
0.1.0 (2017-10-05)
Add Embed SDK support
0.0.0 (2017-10-05)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
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.2.0.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file django-typeform-0.2.0.tar.gz
.
File metadata
- Download URL: django-typeform-0.2.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a449f1126d69319bd07b98bf1e94224d6cafb452a0af7340aebab21ae7a53e49 |
|
MD5 | 1a89d50699d2858ee6b87ad5bd2d72b0 |
|
BLAKE2b-256 | 4f481f5e6fc967bd9396a17f45d595668350625440443fe2d829545fd2eb2ecb |
File details
Details for the file django_typeform-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_typeform-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb71ffb370bc5f68beca558c7844109260939e66dfacd84e9e5943aba940ef6 |
|
MD5 | 9400b47b6e3f61f36a9e82158d1ee161 |
|
BLAKE2b-256 | 9a619129228d0d8ddcfae0fb5a518ca5026b22f59c27f8dcf52ab4d82eb7e975 |