danirus / django-contactme

Reusable django contact form app that hits the DB when users confirm their email addresses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-contactme

pypi travis coveralls

Simple and stable Django app that provides a contact form with email protection: 1. Contact data only hit the database when the user confirms the verification URL sent by email 2. Emails are threaded to avoid response blocking 3. Supports Django 1.8 and 1.9 under Python 2.7, 3.4 and 3.5

Read the documentation at:

Includes several demo sites and a complete test suite for the backend code and the jquery plugin.

About

Reusable django contact form app that hits the DB when users confirm their email addresses.

License:MIT License


Languages

Language:JavaScript 51.8%Language:Python 33.0%Language:HTML 12.8%Language:CSS 2.4%