Skip to main content

A simple Django contact form app.

Project description

Communico is a simple Django app for contact forms.

Quick start

  1. Install “communico” from PyPI:

    pip install communico

  2. Add “communico” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'communico',
    ]
  3. Add the following email settings to your settings file:

    EMAIL_HOST = ''
    EMAIL_HOST_USER = ''
    EMAIL_HOST_PASSWORD = ''
    EMAIL_USE_TLS = True
    EMAIL_PORT = 587
  4. Include the communico URLconf in your project urls.py like this:

    url(r'^contact/', include('communico.urls', namespace='communico')),
  5. Start the development server and visit http://127.0.0.1:8000/contact/ to view the contacts form.

  6. Communico comes with a basic html and no styling, please tweak as needed.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

communico-0.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file communico-0.1.tar.gz.

File metadata

  • Download URL: communico-0.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for communico-0.1.tar.gz
Algorithm Hash digest
SHA256 90cffc047cb004022814dd7dafeabd2aa38e9605c680a25c999eb6f74ac6a011
MD5 043b093bbdda25b2690df3b6008813ec
BLAKE2b-256 b5808233c75ef4599c6ab08753fa5ec768d5c2d1b52afe0a8c395b8d4baa3e46

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