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

kplaube/django-simple-contact

Repository files navigation

Django Simple Contact

Build Status Coverage Status PyPI version

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:

$ git clone https://github.com/kplaube/django-simple-contact
$ cd django-simple-contact/
$ python setup develop

Configuring:

  • Add simple_contact to INSTALLED_APPS in your settings.py.
  • Add the URL entries: path('contact/', include('simple_contact.urls'))

Templates

If you want your own markup (of course you do!), it's possible by overwritting the following templates:

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

Tests

Tests are a good idea, and we do our best to make it "as seamless as possible":

$ python setup.py test

It'll solve the project's dependencies and run the test suite.

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