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',
...
)
Add Django Typeform’s URL patterns:
from django_typeform import urls as django_typeform_urls
urlpatterns = [
...
url(r'^', include(django_typeform_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
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.0.0.tar.gz
(5.6 kB
view details)
File details
Details for the file django-typeform-0.0.0.tar.gz.
File metadata
- Download URL: django-typeform-0.0.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97bf86a42bd8073fec34fe7fcf0d10f58d753c3fcce268824ee2ded502e0c365
|
|
| MD5 |
52b1332f9c4ce36f08ee686fa0a7618d
|
|
| BLAKE2b-256 |
c0eebd4b7e4cb7864c80dc946ae868ad1611949a9a673b4cf5b0dfa497cfb6f8
|