django-envelope 1.4
pip install django-envelope
Released:
A contact form app for Django
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Zbigniew Siciarz
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
django-envelope is a simple contact form app for Django web framework.
Basic usage
Install with pip install django-envelope.
Add envelope to your INSTALLED_APPS.
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.
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 was created by Zbigniew Siciarz and is now maintained by SebCorbin. 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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Zbigniew Siciarz
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-envelope-1.4.tar.gz
.
File metadata
- Download URL: django-envelope-1.4.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8970181829066edd709a90955e9b1a22f9d7ae21e9541c1327d72e8c027b7de7 |
|
MD5 | 0136804201b73acc951b1fc3710fc537 |
|
BLAKE2b-256 | d1263bbfb207c8bb8c12e9811d40fbc698a6dc6824a084b6527865c1950bea15 |
File details
Details for the file django_envelope-1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_envelope-1.4-py2.py3-none-any.whl
- Upload date:
- Size: 31.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f4efefdcd4db534e2c737e747aa7da7fe9112dc29feb630d3822f47e97ecee9 |
|
MD5 | 29e1254d44644dd077a4a445d4c139d2 |
|
BLAKE2b-256 | bf9556cb0643377fa97481d7ab7b131709fabc55d6927bb4ca84d294ff56e8e5 |