django-envelope is a simple contact form app for Django web framework.
Basic usage
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.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-envelope-0.7.tar.gz.
File metadata
- Download URL: django-envelope-0.7.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c3620033425f50ebf08a7b5e2e34fd9c476bc7c517339aba9fe57cd5021770
|
|
| MD5 |
6d8e6ab5ad58aff21ac747932c05af2c
|
|
| BLAKE2b-256 |
6836810458156f459169c5e975268d59bff83a4ebfc65a17f15460630359cc32
|
File details
Details for the file django_envelope-0.7-py2.py3-none-any.whl.
File metadata
- Download URL: django_envelope-0.7-py2.py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6d3effb99e9bea6585c85937c917cdfbce473996cc60be60d5d25a358e85f00
|
|
| MD5 |
bad46fe09635ae419ecd8f15feab6bf4
|
|
| BLAKE2b-256 |
f3ee7bcd3388f6b5a0fb535249804642dc8d7508bcb551faaea5cefad009080a
|