Skip to main content

contactbox

Project description

https://travis-ci.org/ArabellaTech/contactbox.png?branch=master https://coveralls.io/repos/ArabellaTech/contactbox/badge.png?branch=master

To use as standard contact form replacement

Requirements

Django configured properly for sending emails. Sites framework. Cron support - check conf.cron.

Settings

EMAIL_FROM

SITE_ID

Usage

Add contactbox into INSTALLED_APPS in settings.py.

in views.py:

from contactbox.views import ContactFormView
from contactbox.forms import ContactForm


class ContactView(ContactFormView):
    template_name = 'contact.html'
    form_class = ContactForm

Please also check:

https://github.com/YD-Technology/contactbox/blob/master/contactbox/views.py

https://github.com/YD-Technology/contactbox/blob/master/test_project/templates/contact.html

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

contactbox-0.1.8.tar.gz (7.2 kB view hashes)

Uploaded Source

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