A Django Base contact form with bootstrap 3 and map.
Project description
Releases Notes
0.6.2: finish english and french translation
0.6.1: fix import reCapcha support
0.6.0: add reCapcha support, fix links to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+
0.5.11: fix a bug with import main settings
0.5.0: Add support and tests on Django 1.9 and update dependencies
Requirements
Python 2.7 and 3.3, 3.4
Django 1.4.11+, 1.7+, 1.8+, 1.9+ and master
Features
Functionality as a django contact form:
- easy integration into an existing django project - Bootstrap 3 - integrate geographical map - log (not yet finish) - tests and coverage - links to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+
Todo
finish Portuguese, Russian and Spanish translation and add other translations
manage display a link only if it exist
correct broken status links in this file
Screenshot
Download
source code here:
git clone https://github.com/alainivars/django-contact-form.gitpacket:
https://pypi.python.org/pypi/django_contactform_bootstrapor:
pip install django_contactform_bootstrap
Use
Add in your settings file:
INSTALLED_APPS = ( ... 'contact_form_bootstrap', ... ) ADMINS = ( ('your admin name', 'contact@yourdomain.com'), ) COMPANY = { 'NAME': "my company", 'ADDRESS': "26 streets from here th there", 'ZIP': "1234", 'CITY': "Paris", 'LAT': 48.81484460000001, 'LNG': 2.0523723999999675, 'PHONE': "+336 1234 5678", 'EMAIL': 'contact@yourdomain.com', 'FACEBOOK': "https://www.facebook.com/highfeature", 'LINKEDIN': "http://www.linkedin.com/in/ivarsalain", 'TWITTER': "https://twitter.com/HighFeature", 'GOOGLEPLUS': "https://twitter.com/HighFeature", } CRISPY_TEMPLATE_PACK = 'bootstrap3' USE_RECAPTCHA = False or True and if you use it : (https://www.google.com/recaptcha) RECAPTCHA_PUBLIC_KEY = 'your reCapcha public key' RECAPTCHA_PRIVATE_KEY = 'your reCapcha private key'Don’t forget to set:
EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD
Documentation
Getting Help
Please report bugs or ask questions using the Issue Tracker
Check also for the latest updates of this project on Github.
Credits
- Based on James Bennett’s django_contact_form:
- Based on Aaron Madison django_contact_form:
- By Alain Ivars django_contactform_bootstrap:
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
File details
Details for the file django_contactform_bootstrap-0.6.2.tar.gz
.
File metadata
- Download URL: django_contactform_bootstrap-0.6.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 910d6ce78354f8e8da601f36d29fdf8b3b63c2f9dfc755c71f17d5b53937c9d1 |
|
MD5 | b909390490978019c4758f60cdc04e01 |
|
BLAKE2b-256 | 0fc0d920465989aaa7c306dcac909a8bc034547122726e7d4f7cd2e36dd567fb |