django-contact-form


Namedjango-contact-form JSON
Version 5.1.1 PyPI version JSON
download
home_pageNone
SummaryA generic contact-form application for Django.
upload_time2024-11-10 03:31:56
maintainerJames Bennett
docs_urlNone
authorJames Bennett
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": "django, email, contact-form",
    "author": "James Bennett",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/38/a3/785f8da335063ffb10f6b00086e6751d8fbfefd952188925bbe726c92974/django_contact_form-5.1.1.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.1",
    "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": "5dae9c336a947c18524ec8547f61dad1e07654f15a301475acfa7654523e3530",
                "md5": "ba43d530b125cf3d3e565f498b89d167",
                "sha256": "7ba4c61a50c24b2ad78cd6e60c34da80033bcd082f32d1f9c33e6753352b11f0"
            },
            "downloads": -1,
            "filename": "django_contact_form-5.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba43d530b125cf3d3e565f498b89d167",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 24173,
            "upload_time": "2024-11-10T03:31:54",
            "upload_time_iso_8601": "2024-11-10T03:31:54.408934Z",
            "url": "https://files.pythonhosted.org/packages/5d/ae/9c336a947c18524ec8547f61dad1e07654f15a301475acfa7654523e3530/django_contact_form-5.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38a3785f8da335063ffb10f6b00086e6751d8fbfefd952188925bbe726c92974",
                "md5": "b9df716aaa5e5b846d6d811ed49a639f",
                "sha256": "3d90f7662f266927f219757dbb3b807647e02e44284be5376f819760eed21c81"
            },
            "downloads": -1,
            "filename": "django_contact_form-5.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b9df716aaa5e5b846d6d811ed49a639f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 38563,
            "upload_time": "2024-11-10T03:31:56",
            "upload_time_iso_8601": "2024-11-10T03:31:56.182796Z",
            "url": "https://files.pythonhosted.org/packages/38/a3/785f8da335063ffb10f6b00086e6751d8fbfefd952188925bbe726c92974/django_contact_form-5.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-10 03:31:56",
    "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.48193s