django-simple-contact

Contact application for Django project
Download

django-simple-contact Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Klaus Laube
  • Publisher web site:
  • https://github.com/kplaube/

django-simple-contact Tags


django-simple-contact Description

django-simple-contact is a pluggable contact app for the Django web framework.It's a really simple implementation, easy-to-use, that may let you save a little time in your development.InstallationUsing pip:- pip install django-simple-contactUsing 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 installConfiguring:- Add 'simple_contact' to your INSTALLED_APPS in your project's settings.py- Add URLs entries: url(r'^contact/', include('simple_contact.urls'))TemplatesOverwrite templates with your markup:- templates/simple_contact/contact_form.html- templates/simple_contact/contact_email.htmlProduct's homepage


django-simple-contact Related Software