Skip to main content

A Django Base contact form with bootstrap 3 and map.

Project description

Build status Test coverage status Requirements Status pypi download python supported licence PyPi version Code Health Documentation status PyPi wheel

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

Contact form Screenshot

Download

  • source code here:

    git clone https://github.com/alainivars/django-contact-form.git
  • packet:

    https://pypi.python.org/pypi/django_contactform_bootstrap
  • or:

    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


Download files

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

Source Distribution

django_contactform_bootstrap-0.6.2.tar.gz (11.6 kB view details)

Uploaded Source

File details

Details for the file django_contactform_bootstrap-0.6.2.tar.gz.

File metadata

File hashes

Hashes for django_contactform_bootstrap-0.6.2.tar.gz
Algorithm Hash digest
SHA256 910d6ce78354f8e8da601f36d29fdf8b3b63c2f9dfc755c71f17d5b53937c9d1
MD5 b909390490978019c4758f60cdc04e01
BLAKE2b-256 0fc0d920465989aaa7c306dcac909a8bc034547122726e7d4f7cd2e36dd567fb

See more details on using hashes here.

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