Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 958 Bytes

README.rst

File metadata and controls

36 lines (22 loc) · 958 Bytes

Django Simple Contact

https://secure.travis-ci.org/kplaube/django-simple-contact.png

Django Simple Contact is a pluggable application that renders a simple contact form to your Django project.

It's a really simple implementation, easy-to-use, that may let you save a little time in your development.

Installation

Using pip:

  • pip install django-simple-contact

Using the source code:

  • Clone the source: git clone https://github.com/kplaube/django-simple-contact
  • Put simple_contact on your path, or install using setuptools: python setup.py install

Configuring:

  • Add 'simple_contact' to your INSTALLED_APPS in your project's settings.py
  • Add URLs entries: url(r'^contact/', include('simple_contact.urls'))

Templates

Overwrite templates with your markup:

  • templates/simple_contact/contact_form.html
  • templates/simple_contact/contact_email.html