Skip to main content
Latest PyPI version Number of PyPI downloads 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.0.tar.gz (16.5 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.0-py2.py3-none-any.whl (19.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for django-envelope-1.0.tar.gz
Algorithm Hash digest
SHA256 a1c130894415c420bbf719ab33749a02f022b9ca0c7c55d612ccd9b60ffb2e54
MD5 3d3a9befbb23c0b20f2e3062939f7a03
BLAKE2b-256 7af66a8551f6dba561fc77e532295ffd4e33e6a4b645f92d41c3faea4198410d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_envelope-1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 35f929e08074c35bad969d4c50bcd41b146bac5098552817ed59d6b1310edfb6
MD5 c9a715fd755e5ecca5861bd7d4e7c2bd
BLAKE2b-256 9cec17b2f9c0122e552634e10306ef2ceba6cad2228b0d76787081865e67b3f6

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 Pingdom Monitoring Sentry Error logging StatusPage Status page