Skip to main content

A very simple contact form application for django

Project description

=====

django-wattup v1.0

=====

A very simple contact form application for django.

Quick Start
-----------

Add "wattup" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'wattup',
)

Include the wattup URLconf in your projects urls.py like so:

url(r'', include('wattup.urls'))

Add this to your projects settings.py:

EMAIL_USE_TLS = foo

EMAIL_HOST = 'foo'

EMAIL_PORT = foo

EMAIL_HOST_USER = 'foo'

EMAIL_HOST_PASSWORD = 'foo'

DEFAULT_TO_EMAIL = 'foo'

DEFAULT_FROM_EMAIL = 'foo'

ORG_NAME = 'foo'

*NOTE*

Make sure that these settings are correct!

"DEFAULT_TO_EMAIL" is the email address you want the messages to go to.

"DEFAULT_FROM_EMAIL" is the email address you want the message to say it is from.

Run 'python manage.py syncdb'

Start the development server and visit http://127.0.0.1:8000/contact


From here, you should be able to send a message using the form you are given. If it does not work, check your settings.py

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

django-wattup-1.0.tar.gz (15.5 kB view details)

Uploaded Source

File details

Details for the file django-wattup-1.0.tar.gz.

File metadata

  • Download URL: django-wattup-1.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-wattup-1.0.tar.gz
Algorithm Hash digest
SHA256 a324cf438c9b415a59a89fc6cc68a17b3db100f7213bc45a9dbdc3a7f6333cd4
MD5 065b3298c122f95fa3fdbfec5e24f5c6
BLAKE2b-256 68e5108108ae7460e64b2e2237ca003dc85ea87ba4eba49ff3eb0c2a62bea3a4

See more details on using hashes here.

Supported by

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