Skip to main content

Django Contact Form using class based views.

Project description

Extensible contacts form implemented in class-based views. Forked from django-contact-form

https://travis-ci.org/futurecolors/django-contact-form.png?branch=master https://coveralls.io/repos/futurecolors/django-contact-form/badge.png?branch=master

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


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)

Uploaded Source

File details

Details for the file django-contact-form-fc-0.5.1.zip.

File metadata

File hashes

Hashes for django-contact-form-fc-0.5.1.zip
Algorithm Hash digest
SHA256 4a265d3dd814a00ad7cf88caea1c09ae4868e76bbe61c656f6ddc0df4f00331b
MD5 ca7a6aa63f30337096c5afe919d3ca87
BLAKE2b-256 48e80922a052290f87a6e4c4bfae05e3379aa15251f6345f13ae1aa2f64ab4a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page