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.
Release files for django-typeform 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-typeform-0.2.0.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_typeform-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:18.0 kB
Release files / django-typeform-0.2.0.tar.gz
| Download URL | django-typeform-0.2.0.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a449f1126d69319bd07b98bf1e94224d6cafb452a0af7340aebab21ae7a53e49
|
|
BLAKE2b-256 checksum How to use checksums |
4f481f5e6fc967bd9396a17f45d595668350625440443fe2d829545fd2eb2ecb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / django_typeform-0.2.0-py2.py3-none-any.whl
| Download URL | django_typeform-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
dbb71ffb370bc5f68beca558c7844109260939e66dfacd84e9e5943aba940ef6
|
|
BLAKE2b-256 checksum How to use checksums |
9a619129228d0d8ddcfae0fb5a518ca5026b22f59c27f8dcf52ab4d82eb7e975
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|