{"id":13469321,"url":"https://github.com/ubernostrum/django-contact-form","last_synced_at":"2025-05-15T23:04:33.982Z","repository":{"id":10550694,"uuid":"12749510","full_name":"ubernostrum/django-contact-form","owner":"ubernostrum","description":"A configurable contact-form application for Django.","archived":false,"fork":false,"pushed_at":"2025-04-09T06:01:35.000Z","size":389,"stargazers_count":127,"open_issues_count":0,"forks_count":49,"subscribers_count":6,"default_branch":"trunk","last_synced_at":"2025-05-08T00:08:34.364Z","etag":null,"topics":["contact-form","django","email","python"],"latest_commit_sha":null,"homepage":"https://django-contact-form.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubernostrum.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-11T06:43:25.000Z","updated_at":"2025-04-09T06:01:13.000Z","dependencies_parsed_at":"2024-11-10T04:20:20.518Z","dependency_job_id":"36c376a6-7628-42be-a95b-f545032c32ad","html_url":"https://github.com/ubernostrum/django-contact-form","commit_stats":{"total_commits":232,"total_committers":15,"mean_commits":"15.466666666666667","dds":0.3275862068965517,"last_synced_commit":"2c50ed6c99b645fe0b80f221a3e62e40e90fed13"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-contact-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-contact-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-contact-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-contact-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubernostrum","download_url":"https://codeload.github.com/ubernostrum/django-contact-form/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253330929,"owners_count":21891848,"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":["contact-form","django","email","python"],"created_at":"2024-07-31T15:01:33.325Z","updated_at":"2025-05-15T23:04:33.950Z","avatar_url":"https://github.com/ubernostrum.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. -*-restructuredtext-*-\n\n.. image:: https://github.com/ubernostrum/django-contact-form/workflows/CI/badge.svg\n   :alt: CI status image\n   :target: https://github.com/ubernostrum/django-contact-form/actions?query=workflow%3ACI\n\n``django-contact-form`` provides customizable contact-form\nfunctionality for `Django \u003chttps://www.djangoproject.com/\u003e`_-powered\nsites.\n\nThis application includes:\n\n* An extensible base contact-form class which is also usable as-is for\n  basic functionality (collecting a name, email address, and message)\n\n* A subclass of the base form which uses the Akismet spam-filtering\n  service to detect and reject spam submissions\n\n* A class-based Django view which can be used with either of the\n  built-in contact form classes, or your own customized form\n\nFor the default contact-form functionality, add\n``\"django_contact_form\"`` to your Django site's ``INSTALLED_APPS``\nsetting, add the following line to your site's root URLConf, and\ncreate the templates specified in `the usage guide\n\u003chttps://django-contact-form.readthedocs.io/en/latest/usage.html#default-templates\u003e`_:\n\n.. code-block:: python\n\n    from django.urls import include, path\n\n\n    urlpatterns = [\n        # ... other URL patterns for your site ...\n        path(\"contact/\", include(\"django_contact_form.urls\")),\n    ]\n\nFull documentation for all functionality is `available online\n\u003chttp://django-contact-form.readthedocs.io/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubernostrum%2Fdjango-contact-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubernostrum%2Fdjango-contact-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubernostrum%2Fdjango-contact-form/lists"}