Django Contact Form using class based views.
Project description
Extensible contacts form implemented in class-based views. Forked from django-contact-form
Tested with Django >=1.4.
Uses django-templated-email to send mail by default.
Install
Add 'contact_form' to your INSTALLED_APPS:
# settings.py INSTALLED_APPS = ( ... 'contact_form', ... )
Add application urs to your urlconf. Example:
# urls.py urlpatterns += patterns('', (r'', include('contact_form.urls')), )
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
django-contact-form-fc-0.5.1.zip
(13.4 kB
view details)
File details
Details for the file django-contact-form-fc-0.5.1.zip
.
File metadata
- Download URL: django-contact-form-fc-0.5.1.zip
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a265d3dd814a00ad7cf88caea1c09ae4868e76bbe61c656f6ddc0df4f00331b |
|
MD5 | ca7a6aa63f30337096c5afe919d3ca87 |
|
BLAKE2b-256 | 48e80922a052290f87a6e4c4bfae05e3379aa15251f6345f13ae1aa2f64ab4a5 |