Metadata-Version: 2.1
Name: django-contact-form
Version: 2.0.1
Summary: A generic contact-form application for Django
Home-page: https://github.com/ubernostrum/django-contact-form/
Author: James Bennett
Author-email: james@b-list.org
Keywords: django,email,contact-form
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: Django >=3.2
Provides-Extra: akismet
Requires-Dist: akismet ; extra == 'akismet'

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

This application provides extensible contact-form functionality for
`Django <https://www.djangoproject.com/>`_ sites.

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