Skip to main content

Simple contact form

Project description

Goals

myks-contact is a simple contact form. It’s adequate for a personal home page. It features a basic CAPTCHA.

Setup

myks-contact is a pluggable Django application. It is tested with Django ≥ 1.8.

  1. Download and install the package from PyPI:

    $ pip install myks-contact
  2. Add contact to INSTALLED_APPS:

    INSTALLED_APPS += ['contact']

    This allows Django to discover the built-in templates and translations.

  3. Define the list of recipients in the CONTACT_EMAILS setting:

    CONTACT_EMAILS = ['you@example.com']
  4. Add the application to your URLconf with the contact application namespace:

    urlpatterns += [
        url(r'^contact/', include('contact.urls', namespace='contact', app_name='contact')),
    ]

To use the built-in templates, your project’s base.html template must provide three blocks: title, extrahead and content, as shown in this example, and you must be using the staticfiles contrib app.

If these conditions are inconvenient, you can override the contact/form.html and contact/thanks.html templates.

Changelog

1.3

  • Put sender email in Reply-To instead of From.

1.2

  • Responsive CSS layout.

1.1

  • Update for Django 1.8 and later.

1.0

  • Stable release.

0.3

  • Refactored tests for Django 1.6.

0.2

  • Bundled stylesheet.

0.1

  • Initial public release, extracted from my private repository.

  • Switched the implementation to class-based generic views.

  • Added documentation (README file).

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

myks-contact-1.3.1.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

myks_contact-1.3.1-py2.py3-none-any.whl (11.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file myks-contact-1.3.1.tar.gz.

File metadata

File hashes

Hashes for myks-contact-1.3.1.tar.gz
Algorithm Hash digest
SHA256 f6eda08721a8368339afa75b893e5bb39c3ff66c8a6a10616d4e2f1359cdd159
MD5 f134e3e277a505a0ef443c343992bc83
BLAKE2b-256 61dbcb842d9fbbd2b625aec08c8c276731eb01981cbd9434a7d9507f50bd498f

See more details on using hashes here.

File details

Details for the file myks_contact-1.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for myks_contact-1.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0d9567617ddea3ef639b589f39023c4a1f1f2458e74fa511a48930d73785859
MD5 1a9c3ae44ea08c8ee68e5774dd6ede1d
BLAKE2b-256 6e9ddc797ab4912d67c7cfd09db0f899e0c262bc418ec221ee8ee039e3f3a58a

See more details on using hashes here.

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