django-contact-form


Namedjango-contact-form JSON
Version 5.1.0 PyPI version JSON
download
home_pageNone
SummaryA generic contact-form application for Django.
upload_time2024-08-12 07:29:12
maintainerJames Bennett
docs_urlNone
authorJames Bennett
requires_python>=3.8
licenseBSD-3-Clause
keywords django email contact-form
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. -*-restructuredtext-*-

.. image:: https://github.com/ubernostrum/django-contact-form/workflows/CI/badge.svg
   :alt: CI status image
   :target: https://github.com/ubernostrum/django-contact-form/actions?query=workflow%3ACI

``django-contact-form`` provides customizable contact-form
functionality for `Django <https://www.djangoproject.com/>`_-powered
sites.

This application includes:

* An extensible base contact-form class which is also usable as-is for
  basic functionality (collecting a name, email address, and message)

* A subclass of the base form which uses the Akismet spam-filtering
  service to detect and reject spam submissions

* A class-based Django view which can be used with either of the
  built-in contact form classes, or your own customized form

For the default contact-form functionality, add
``"django_contact_form"`` to your Django site's ``INSTALLED_APPS``
setting, add the following line to your site's root URLConf, and
create the templates specified in `the usage guide
<https://django-contact-form.readthedocs.io/en/latest/usage.html#default-templates>`_:

.. code-block:: python

    from django.urls import include, path


    urlpatterns = [
        # ... other URL patterns for your site ...
        path("contact/", include("django_contact_form.urls")),
    ]

Full documentation for all functionality is `available online
<http://django-contact-form.readthedocs.io/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-contact-form",
    "maintainer": "James Bennett",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "django, email, contact-form",
    "author": "James Bennett",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0e/c6/092b99aa615da2a29bbeff9cc8ac199021ab1a73ea262f0f4fc9f9c53309/django_contact_form-5.1.0.tar.gz",
    "platform": null,
    "description": ".. -*-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 <https://www.djangoproject.com/>`_-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<https://django-contact-form.readthedocs.io/en/latest/usage.html#default-templates>`_:\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<http://django-contact-form.readthedocs.io/>`_.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A generic contact-form application for Django.",
    "version": "5.1.0",
    "project_urls": {
        "Documentation": "https://django-contact-form.readthedocs.io/",
        "Source Code": "https://github.com/ubernostrum/django-contact-form"
    },
    "split_keywords": [
        "django",
        " email",
        " contact-form"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4516060b456ed6e404167d4911963ea6fe9fb514580c3981a704be90d422079a",
                "md5": "61c594f0bed872fc29abfd92570d25a1",
                "sha256": "415f5a89dea691b77b2afd739b382bb521cb7393ca16ee898e9b95ad538089e2"
            },
            "downloads": -1,
            "filename": "django_contact_form-5.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61c594f0bed872fc29abfd92570d25a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23041,
            "upload_time": "2024-08-12T07:29:10",
            "upload_time_iso_8601": "2024-08-12T07:29:10.688914Z",
            "url": "https://files.pythonhosted.org/packages/45/16/060b456ed6e404167d4911963ea6fe9fb514580c3981a704be90d422079a/django_contact_form-5.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ec6092b99aa615da2a29bbeff9cc8ac199021ab1a73ea262f0f4fc9f9c53309",
                "md5": "67d5b9fc949097ce183887bdc7eeccd9",
                "sha256": "53d4fd66fde31f4baf16287fa83ffb711c3d96412aec3b4a161e42135797c2c0"
            },
            "downloads": -1,
            "filename": "django_contact_form-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "67d5b9fc949097ce183887bdc7eeccd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33859,
            "upload_time": "2024-08-12T07:29:12",
            "upload_time_iso_8601": "2024-08-12T07:29:12.122153Z",
            "url": "https://files.pythonhosted.org/packages/0e/c6/092b99aa615da2a29bbeff9cc8ac199021ab1a73ea262f0f4fc9f9c53309/django_contact_form-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 07:29:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ubernostrum",
    "github_project": "django-contact-form",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-contact-form"
}
        
Elapsed time: 0.34458s