Skip to content

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

License

Notifications You must be signed in to change notification settings

netfl0/django-contactme

 
 

Repository files navigation

django-contactme

pypi travis coveralls

A reusable Django app that adds a contact form with email protection to your site: 1. Contact data only hit the database when the user confirms her email address 2. Emails are threaded to avoid response blocking 3. Supports Django 1.4, 1.5, 1.6, 1.7 and 1.8 4. Python 3 for Django 1.5, 1.6, 1.7, 1.8

Read the documentation at:

Includes a demo site limited test suite. If you commit code, please consider adding proper coverage (especially if it has a chance for a regression) in the test suite.

Run the tests with: tox

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.3%
  • Python 21.7%
  • CSS 13.7%
  • HTML 8.3%