Skip to main content

A django CMS plugin to dynamically create contact forms.

Project description

# cmsplugin_contact_plus

[cmsplugin_contact_plus](https://github.com/arteria/cmsplugin-contact-plus/) is an adapted version of [cmsplugin_contact](https://github.com/rtpm/cmsplugin_contact).

## Quickstart

  1. To install from PyPi, in your virtualenv run

    ` $ pip install cmsplugin_contact_plus `

    or to get the latest commit from GitHub

    ` $ pip install -e git+git://github.com/arteria/cmsplugin-contact-plus.git#egg=cmsplugin_contact_plus `

  2. Put “cmsplugin_contact_plus” in your INSTALLED_APPS settings.py section and verify that [ADMINS](https://docs.djangoproject.com/en/dev/ref/settings/#admins) is defined as well.

  3. Don’t forget to syncdb your database.

## TODO - Save send data to a NoSQL database (eg. MongoDB). - Trigger a signal when a message was send successfully - and track the current status in each message record for further interaction (new, in progress, closed). - Add dependencies to setup.py.

## Changelog

### 1.0.1 Fixed IndentationError in setup.py

### 1.0.0

[arteria](https://github.com/arteria/) open sourced cmsplugin_contact_plus.

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

cmsplugin_contact_plus-1.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

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