{"id":15065821,"url":"https://github.com/redapesolutions/django-typeform","last_synced_at":"2025-04-10T13:34:19.813Z","repository":{"id":57422464,"uuid":"105837761","full_name":"redapesolutions/django-typeform","owner":"redapesolutions","description":"Embed Typeform in your Django website","archived":false,"fork":false,"pushed_at":"2022-12-26T20:37:21.000Z","size":236,"stargazers_count":12,"open_issues_count":2,"forks_count":67,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-03-24T12:13:26.451Z","etag":null,"topics":["django","typeform"],"latest_commit_sha":null,"homepage":"https://django-typeform.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redapesolutions.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-05T01:34:03.000Z","updated_at":"2023-01-18T01:07:20.000Z","dependencies_parsed_at":"2023-01-31T01:30:55.998Z","dependency_job_id":null,"html_url":"https://github.com/redapesolutions/django-typeform","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redapesolutions%2Fdjango-typeform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redapesolutions%2Fdjango-typeform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redapesolutions%2Fdjango-typeform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redapesolutions%2Fdjango-typeform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redapesolutions","download_url":"https://codeload.github.com/redapesolutions/django-typeform/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247828793,"owners_count":21002975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","typeform"],"created_at":"2024-09-25T00:54:40.835Z","updated_at":"2025-04-10T13:34:19.780Z","avatar_url":"https://github.com/redapesolutions.png","language":"Python","readme":"=============================\nDjango Typeform\n=============================\n\n.. image:: https://badge.fury.io/py/django-typeform.svg\n    :target: https://badge.fury.io/py/django-typeform\n\n.. image:: https://travis-ci.org/redapesolutions/django-typeform.svg?branch=master\n    :target: https://travis-ci.org/redapesolutions/django-typeform\n\n.. image:: https://codecov.io/gh/redapesolutions/django-typeform/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/redapesolutions/django-typeform\n\n\nA Typeform integration for Django\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-typeform.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Typeform::\n\n    pip install django-typeform\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'django_typeform.apps.DjangoTypeformConfig',\n        ...\n    )\n\nUsage as template tag:\n\n.. code-block:: html\n\n    {% load django_typeform %}\n    \u003chtml\u003e\n        \u003cbody\u003e\n            {% typeforms_embed 'https://xxxx.typeform.com/to/xxxxxx' 'my-typeform' '{\"hideHeaders\": true, \"hideFooter\": true}' %}\n        \u003c/body\u003e\n    \u003c/html\u003e\n\nFeatures\n--------\n\n* Embed SDK Support\n* Results API support\n* TypeformMixin to use Django forms to process typeform results\n* TypeformView to transparently integrate typeforms into the Django framework\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredapesolutions%2Fdjango-typeform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredapesolutions%2Fdjango-typeform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredapesolutions%2Fdjango-typeform/lists"}