A simple Django contact form app.
Project description
Communico is a simple Django app for contact forms.
Quick start
Install “communico” from PyPI:
pip install communico
Add “communico” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'communico', ]
Add the following email settings to your settings file:
EMAIL_HOST = '' EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = True EMAIL_PORT = 587
Include the communico URLconf in your project urls.py like this:
url(r'^contact/', include('communico.urls', namespace='communico')),
Start the development server and visit http://127.0.0.1:8000/contact/ to view the contacts form.
Communico comes with a basic html and no styling, please tweak as needed.
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90cffc047cb004022814dd7dafeabd2aa38e9605c680a25c999eb6f74ac6a011
|
|
MD5 |
043b093bbdda25b2690df3b6008813ec
|
|
BLAKE2b-256 |
b5808233c75ef4599c6ab08753fa5ec768d5c2d1b52afe0a8c395b8d4baa3e46
|