A contact form app for Django
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
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
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.1.tar.gz
.
File metadata
- Download URL: django-envelope-1.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0496c148e26eb0265450a077664de4d0fef29974725c22a217fa7313267abf3c |
|
MD5 | fbd1774c46460e5a8d995078a828a294 |
|
BLAKE2b-256 | c472de0614a92286279cd1ce3d049c1ec0542876898b652071b343075956d7c7 |
Provenance
File details
Details for the file django_envelope-1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_envelope-1.1-py2.py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b97a30e9b89ddebe784ba472adbe9c67bd61aa0f942a2d4d6dcfb89b32afea7 |
|
MD5 | b0bef3758ad4308ad7f96fee7d9cdbad |
|
BLAKE2b-256 | c71abdd44ff6e0557c2cebc7b519825438c67c52c3ef065b239e18dbd0297298 |