django-contact-form-gv

Django Contact Form using class based views.


License
BSD-3-Clause
Install
pip install django-contact-form-gv==0.8.0

Documentation

Django Contact Forms Generic Views

https://travis-ci.org/madisona/django-contact-form.svg?branch=master

target: https://travis-ci.org/madisona/django-contact-form

An Extensible Contact Form. Based entirely on James Bennett's django-contact-form: https://bitbucket.org/ubernostrum/django-contact-form/

Installation

pip install django-contact-form-gv

Version 0.6.0 and above requires Django 1.11+ and drops support for python 2 Version 0.5.0 and above requires Django 1.8+ because it uses the newly added "reply_to" field in django.core.mail.message/EmailMessage

Previous versions Utilize Django's class based views and require Django >= 1.3.