Skip to main content

A simple Django app to set up a contact form

Project description

====
Simple Django Contact
====

Simple Django Contact form is just that. Something very very simple
to display and send emails as a contact form.

This is very early on and while it works, it's nothing to write home about. Let me know features you'd like to see and we'll get them in there.

The templates (and widgets) are written around Twitter's Bootstrap grid/framework.


Quick start
-----------

1. Add "contact" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'simple-django-contact',
)

2. Include the contact URLconf in your project urls.py like this::

url(r'', include('simple-django-contact.urls')),

3. Currently no need to sync your DB (phew!)

4. Prosper?

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

simple-django-contact-0.1.6.tar.gz (4.1 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