Skip to main content

Contact form app for Django

Project description

Membrete is a Django application which provides an easy to use contact form

allowing to store contact messages in the database.

If you are using it and have ideas for it I’ll be more than happy to hear them!

Features

  • Messages are stored in the database

  • Recipients are Users (from django.contrib.auth)

  • Internationalization support

  • Support for using templates for messages

  • AJAX support

Alternatives

  • django-contact-form is an extensible and very flexible contact form app for Django (from which membrete borrows some ideas)

Super quick start

  1. Go to the devproject directory and run the following commands:

    python manage.py syncdb
    python manage.py runserver
  2. Go to http://localhost:8000/ to see Membrete in action!

Installation

Simply run the setup.py script as root, like this:

python setup.py install

Usage

To use Membrete in your project, just follow this simple steps:

  1. Add membrete to INSTALLED_APPS in your settings.py file

  2. Run python manage.py syncdb under your project directory to create membrete’s tables

  3. Edit the urls.py file and add something like this to urlpatterns:

    (r'^contact$', include('membrete.urls')),
  4. Done! Fire up the server and go to http://localhost:8000/contact

NOTE: membrete’s templates expect a base.html template to extend from.

Source

Branch Membrete using Bazaar:

bzr branch http://gonzalodelgado.com.ar/bzr/membrete/main membrete

More info

Get more information about membrete from its website If you have any questions feel free to email me anytime.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

membrete-0.2.0.tar.gz (22.6 kB view details)

Uploaded Source

File details

Details for the file membrete-0.2.0.tar.gz.

File metadata

  • Download URL: membrete-0.2.0.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for membrete-0.2.0.tar.gz
Algorithm Hash digest
SHA256 874aad41a9d9de3d262df7fa7d6599a2c4bd4638ecdf9ea1898fa0781c145a84
MD5 04a505fa170ec3811acd3f56f1a5d7e4
BLAKE2b-256 de59da2d3b3f353cca56ea18784a56e4b8077345ed6d8e00d78b94d76e430e61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page