Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brob/simple-django-contact

A simple little app for a contact form
https://github.com/brob/simple-django-contact

Last synced: 10 days ago
JSON representation

A simple little app for a contact form

Awesome Lists containing this project

README

        

====
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?