Skip to main content
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).

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.3.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_envelope-1.3-py2.py3-none-any.whl (31.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for django-envelope-1.3.tar.gz
Algorithm Hash digest
SHA256 d86b501edac19213309037e0c717fdef5f4df9a76555ac94c5b11346b761f8b2
MD5 2fccbb633682fbc56137ffdca9d0f766
BLAKE2b-256 ad298c06c7054afce6f2a77a65a0f25af6b983730785bdf6631475a295d5fa95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_envelope-1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f36a3bd3a6eb9dd6dde71b0d682e3f8875a405dfa26f8ccfaa4e5938d19be2fe
MD5 820fa7a8ccadd20efd4511320d87349e
BLAKE2b-256 34b21707e6719fb34c152900dc863b706f131ec8faf3594c82b4a25305923dd7

See more details on using hashes here.

Supported by

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