django-contactware

A Django utility application that better handles contact forms


License
BSD-3-Clause
Install
pip install django-contactware==1.0.1

Documentation

Django Contactware

A Django application to handle contact forms

status-image version-image coverage-image download-image

Overview

Best attempt to handle contact forms while keeping it DRY.

How to install

1. easy_install django-contactware
2. pip install django-contactware
3. git clone http://github.com/un33k/django-contactware
    a. cd django-contactware
    b. run python setup.py
4. wget https://github.com/un33k/django-contactware/zipball/master
    a. unzip the downloaded file
    b. cd into django-contactware-* directory
    c. run python setup.py

How to use

   Include `contactware` in your `INSTALLED_APPS`, migrate, provide templates and enjoy.

Running the tests

To run the tests against the current environment:

python manage.py test

License

Released under a (BSD) license.

Version

X.Y.Z Version

`MAJOR` version -- when you make incompatible API changes,
`MINOR` version -- when you add functionality in a backwards-compatible manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.