Skip to main content

A Django app to display simple contact form.

Project description

Build status Documentation Status

Django app to manage simple contact form On Django >= 3 projects.

Detailed documentation is in the “docs” directory.

Quick start

  1. Install the app using pip

pip install django-contactform
  1. Add ‘contactform’ to your INSTALLED_APPS settings like this

INSTALLED_APPS = [
    ...
    'contactform',
]
  1. Configure the recipients of your form in your settings

CONTACTFORM_RECIPIENTS = ['me@example.com']
  1. Include the contactform URLconf in your project urls.py like

path('contact/', include('contactform.urls')),
  1. Add a form to your page using the contact_form template tag

{% load contact_form %}

{% contact_form %}

The MIT License (MIT)

Copyright (c) 2020 Guillaume Luchet

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-contactform-2.2.1.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

django_contactform-2.2.1-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file django-contactform-2.2.1.tar.gz.

File metadata

  • Download URL: django-contactform-2.2.1.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for django-contactform-2.2.1.tar.gz
Algorithm Hash digest
SHA256 9421cfb6a803bdedfd0b9fa6f99ec91f2df9b1328a70992bce4fde984c02ef53
MD5 50a1bc4bb1d44345aa565bbd83210881
BLAKE2b-256 efd40f8d8f2b68cdb36dcfcb841d7632a557c941da9d3c21f601695345098668

See more details on using hashes here.

File details

Details for the file django_contactform-2.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_contactform-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fb48583fefdf4571251ba09ae92e81d50c806287594d8a8596993a761d3f0bfb
MD5 ed6f5ef8668077f52ab821e5f6e0892c
BLAKE2b-256 4745e9b7440b9b540606f81eebabd3326f19cacb7ac69efb841c710d5a12f455

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page