Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brob/simple-django-contact
- Owner: brob
- License: other
- Created: 2013-07-02T23:55:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:24:43.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:29:10.860Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
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?