Skip to content

Contact app extremely easy-to-use for Django framework.

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

JorgeRdg/django-simple-contact

 
 

Repository files navigation

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

About

Contact app extremely easy-to-use for Django framework.

Resources

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%