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 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


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)

Uploaded Source

File details

Details for the file django-typeform-0.0.0.tar.gz.

File metadata

File hashes

Hashes for django-typeform-0.0.0.tar.gz
Algorithm Hash digest
SHA256 97bf86a42bd8073fec34fe7fcf0d10f58d753c3fcce268824ee2ded502e0c365
MD5 52b1332f9c4ce36f08ee686fa0a7618d
BLAKE2b-256 c0eebd4b7e4cb7864c80dc946ae868ad1611949a9a673b4cf5b0dfa497cfb6f8

See more details on using hashes here.

Supported by

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