Skip to main content

Django contact application with invisible recaptcha

Project description


Description

This is a pluggable django application which provides a contact form that generates an email message to specified addresses. The form is protected by an invisible recaptcha.


Example

A small django project is included, with an example django app containing a contact form.

To set up the example server, run the following commands:

$ python3 -m venv pythonenv
$ source pythonenv/bin/activate
$ python -m pip install django
$ python setup.py install
$ cd example
$ python manage.py migrate
$ python manage.py runserver

You should now have an http server running on localhost port 8000. Connect to localhost:8000 with your web browser to test the form.

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

django-recontact-0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

django_recontact-0.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

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