Skip to main content

A contact form app for Django

Project description

Latest PyPI version Number of PyPI downloads Supported Python versions Wheel Status https://travis-ci.org/zsiciarz/django-envelope.png?branch=develop https://coveralls.io/repos/zsiciarz/django-envelope/badge.png

django-envelope is a simple contact form app for Django web framework.

Basic usage

  1. Install with pip install django-envelope.

  2. Add envelope to your INSTALLED_APPS.

  3. Create a template envelope/contact.html that contains somewhere a call to {% render_contact_form %} template tag. This tag can be imported by placing {% load envelope_tags %} at the top of your template.

  4. Hook the app’s URLconf in your urls.py like this:

    urlpatterns = patterns('',
        #...
        (r'^contact/',    include('envelope.urls')),
        #...
    )

See the docs for more customization options.

Resources

Authors

django-envelope is maintained by Zbigniew Siciarz. See AUTHORS.rst for a full list of contributors.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

The HTML template comes from Open Source Template Project by sendwithus.com, distributed under the Apache 2.0 license (see the APACHE_LICENSE file for the full text).

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-envelope-1.2.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

django_envelope-1.2-py2.py3-none-any.whl (29.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-envelope-1.2.tar.gz.

File metadata

  • Download URL: django-envelope-1.2.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-envelope-1.2.tar.gz
Algorithm Hash digest
SHA256 f55e45b70af12060eddfde2776d43a7404df733aab2845a18b3e1f208df2cb4c
MD5 ebaf520d077ef1cb1d63c9b2023f7831
BLAKE2b-256 cc43e7a6becb9cc6dc4ebfefb8aa6fee7e36b0923075a508500fa68a570b6e0e

See more details on using hashes here.

File details

Details for the file django_envelope-1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_envelope-1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 275ec56c7849c5129459f6d804907f208ac45302e92a220607f6f272f5a51d15
MD5 ad604c1b0e66e2d84e89f7a4ba70592f
BLAKE2b-256 77ce3be050e9cb60e07121fecb98332afa9b6cb0082343ed99ad36e8ec5276b4

See more details on using hashes here.

Supported by

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