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')),
)
Release files for django-contact-form-fc 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-contact-form-fc-0.5.1.zip | 13.4 kB | Details |
Release files / django-contact-form-fc-0.5.1.zip
| Download URL | django-contact-form-fc-0.5.1.zip |
|---|---|
| Size | 13.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a265d3dd814a00ad7cf88caea1c09ae4868e76bbe61c656f6ddc0df4f00331b
|
|
BLAKE2b-256 checksum How to use checksums |
48e80922a052290f87a6e4c4bfae05e3379aa15251f6345f13ae1aa2f64ab4a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |