Skip to main content

A Django Base contact form with bootstrap 3 and map.

Project description

Build status Test coverage status
  • An Extensible Contact Form:

    Based entirely on James Bennett's django_contact_form:
      - https://bitbucket.org/ubernostrum/django_contact_form
    Based on Aaron Madison django_contact_form:
      - https://github.com/madisona/django-contact-form
    By Alain Ivars django_contactform_bootstrap:
      - https://github.com/alainivars/django-contact-form

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
    - link to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+

Todo

  • finish english translation and add other translations

  • improve coverage

  • improve log

  • manage display a link only if it exist

  • correct broken links in this file

Use (NOT READY TO USE)

  • Add in your setting file:

    ADMINS = (
        ('your admin name', 'contact@yourdomain.com'),
    )
    
    COMPANY = {
        'NAME': "my company",
        'ADDRESS': "26 streets from here th there",
        'ZIP': "1234",
        'CITY': "Maybe-there",
        'LAT': 48.81484460000001,
        'LNG': 2.0523723999999675,
        'PHONE': "+336 1234 5678",
        'EMAIL': 'contact@yourdomain.com',
        'FACEBOOK': "Maybe-there",
        'LINKEDIN': "Maybe-there",
        'TWITTER': "Maybe-there",
        'GOOGLEPLUS': "+Maybe-there",
    }
    
    CRISPY_TEMPLATE_PACK = 'bootstrap3'
  • Don’t forget to set:

    EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD
  • Be sure to have:

    'homepage' defined in your url file

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

PyPi version PyPi wheel Documentation status

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.5.4.tar.gz (10.4 kB view hashes)

Uploaded Source

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