Skip to main content

Contact form app for Django

Project description

Membrete is a Django application which provides a contact form allowing to store contact messages in the database and management through Django’s admin app.

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

  • Message templates support

  • 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 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

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.1a1.tar.gz (24.2 kB view hashes)

Uploaded Source

Supported by

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