{ "info": { "author": "James Bennett, Alain Ivars", "author_email": "alainivars@highfeature.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": ".. image:: https://api.travis-ci.org/alainivars/django-contact-form.svg?branch=master\n :target: http://travis-ci.org/alainivars/django-contact-form\n :alt: Build status\n\n.. image:: https://coveralls.io/repos/alainivars/django-contact-form/badge.svg?branch=devel\n :target: https://coveralls.io/r/alainivars/django-contact-form?branch=devel\n :alt: Test coverage status\n\n.. image:: https://requires.io/github/alainivars/django-contact-form/requirements.svg?branch=master\n :target: https://requires.io/github/alainivars/django-contact-form/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://img.shields.io/pypi/dm/django_contactform_bootstrap.svg\n :target: https://pypi.python.org/pypi/django_contactform_bootstrap/\n :alt: pypi download\n\n.. image:: https://img.shields.io/pypi/pyversions/django_contactform_bootstrap.svg\n :target: https://pypi.python.org/pypi/django_contactform_bootstrap/\n :alt: python supported\n\n.. image:: https://img.shields.io/pypi/l/django_contactform_bootstrap.svg\n :target: https://pypi.python.org/pypi/django_contactform_bootstrap/\n :alt: licence\n\n.. image:: https://img.shields.io/pypi/v//django_contactform_bootstrap.svg\n :target: https://pypi.python.org/pypi/django_contactform_bootstrap\n :alt: PyPi version\n\n.. image:: https://landscape.io/github/alainivars/django-contact-form/master/landscape.svg?style=flat\n :target: https://landscape.io/github/alainivars/django-contact-form/master\n :alt: Code Health\n\n.. image:: https://readthedocs.org/projects/django_contactform_bootstrap/badge/?version=latest\n :target: https://readthedocs.org/projects/django_contactform_bootstrap/?badge=latest\n :alt: Documentation status\n\n.. image:: https://pypip.in/wheel/django_contactform_bootstrap/badge.svg\n :target: https://pypi.python.org/pypi/django_contactform_bootstrap/\n :alt: PyPi wheel\n\n\n\nReleases Notes\n==============\n\n - 0.6.2: finish english and french translation\n - 0.6.1: fix import reCapcha support\n - 0.6.0: add reCapcha support, fix links to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+\n - 0.5.11: fix a bug with import main settings\n - 0.5.0: Add support and tests on Django 1.9 and update dependencies\n\nRequirements\n============\n\n - Python 2.7 and 3.3, 3.4\n - Django 1.4.11+, 1.7+, 1.8+, 1.9+ and master\n\nFeatures\n========\n\n* Functionality as a django contact form::\n\n - easy integration into an existing django project\n - Bootstrap 3\n - integrate geographical map\n - log (not yet finish)\n - tests and coverage\n - links to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+\n\nTodo\n====\n\n - finish Portuguese, Russian and Spanish translation and add other translations\n - manage display a link only if it exist\n - correct broken status links in this file\n\nScreenshot\n==========\n\n.. image:: https://dl.dropboxusercontent.com/u/95975146/django-contactform-bootstrap.jpg\n :target: https://dl.dropboxusercontent.com/u/95975146/django-contactform-bootstrap.jpg\n :alt: Contact form Screenshot\n\nDownload\n========\n\n - source code here::\n\n git clone https://github.com/alainivars/django-contact-form.git\n\n\n - packet::\n\n https://pypi.python.org/pypi/django_contactform_bootstrap\n\n - or::\n\n pip install django_contactform_bootstrap\n\n\nUse\n===\n\n + Add in your settings file::\n\n INSTALLED_APPS = (\n ...\n 'contact_form_bootstrap',\n ...\n )\n\n ADMINS = (\n ('your admin name', 'contact@yourdomain.com'),\n )\n\n COMPANY = {\n 'NAME': \"my company\",\n 'ADDRESS': \"26 streets from here th there\",\n 'ZIP': \"1234\",\n 'CITY': \"Paris\",\n 'LAT': 48.81484460000001,\n 'LNG': 2.0523723999999675,\n 'PHONE': \"+336 1234 5678\",\n 'EMAIL': 'contact@yourdomain.com',\n 'FACEBOOK': \"https://www.facebook.com/highfeature\",\n 'LINKEDIN': \"http://www.linkedin.com/in/ivarsalain\",\n 'TWITTER': \"https://twitter.com/HighFeature\",\n 'GOOGLEPLUS': \"https://twitter.com/HighFeature\",\n }\n\n CRISPY_TEMPLATE_PACK = 'bootstrap3'\n\n USE_RECAPTCHA = False or True\n and if you use it : (https://www.google.com/recaptcha)\n RECAPTCHA_PUBLIC_KEY = 'your reCapcha public key'\n RECAPTCHA_PRIVATE_KEY = 'your reCapcha private key'\n\n + Don't forget to set::\n\n EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD\n\n\nDocumentation\n=============\n\n.. note::\n Please note that this Project is documented poorly. If you have any questions please contact us!\n We'd love to update the documentation and answer your question!\n\nGetting Help\n============\n\nPlease report bugs or ask questions using the `Issue Tracker`\n\nCheck also for the latest updates of this project on Github_.\n\nCredits\n=======\n\n Based on James Bennett's django_contact_form:\n - https://bitbucket.org/ubernostrum/django_contact_form\n Based on Aaron Madison django_contact_form:\n - https://github.com/madisona/django-contact-form\n By Alain Ivars django_contactform_bootstrap:\n - https://github.com/alainivars/django-contact-form\n\n* `django`_\n\n.. _Github: https://github.com/alainivars/django_contactform_bootstrap\n.. _Issue Tracker: https://github.com/alainivars/django_contactform_bootstrap/issues\n.. _django: http://www.djangoproject.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/alainivars/contact_form_bootstrap/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django_contactform_bootstrap", "package_url": "https://pypi.org/project/django_contactform_bootstrap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_contactform_bootstrap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/alainivars/contact_form_bootstrap/" }, "release_url": "https://pypi.org/project/django_contactform_bootstrap/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "A Django Base contact form with bootstrap 3 and map.", "version": "0.6.2" }, "last_serial": 2089755, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "9b7e886d68c06987ee78f48a9f0689dc", "sha256": "f23db6e910d251c584a46d222b3e00f81f6e784437d51b3fddd34dea5133b4f2" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.0.tar.gz", "has_sig": false, "md5_digest": "9b7e886d68c06987ee78f48a9f0689dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10078, "upload_time": "2015-06-04T15:36:18", "url": "https://files.pythonhosted.org/packages/e3/4b/c50a78b789e42993991d66cf7bc34f147fd50401c29bb9eb43d9fbefd784/django_contactform_bootstrap-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "b0be4b749a7e383e704ae1ec3ae71808", "sha256": "638d19ca8bcd762fbbb54f11d1a40a08d43a966f3a18b476d1132e80dee54e19" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.1.tar.gz", "has_sig": false, "md5_digest": "b0be4b749a7e383e704ae1ec3ae71808", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10229, "upload_time": "2015-06-07T14:13:36", "url": "https://files.pythonhosted.org/packages/d8/5e/0f93b278e4409262d21b10af40300b506a35314d807914a682d071b612b7/django_contactform_bootstrap-0.5.1.tar.gz" } ], "0.5.10": [ { "comment_text": "", "digests": { "md5": "81e67bd6deab33c5c6717753c0cae66b", "sha256": "ee976d8553bce2052be3b3ef5dd836fac9ca6259e304c5a688982451d0a04207" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "81e67bd6deab33c5c6717753c0cae66b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16440, "upload_time": "2015-06-24T11:17:25", "url": "https://files.pythonhosted.org/packages/67/80/5f564063fe31cd7fb5040a47e7990cbf93ee285b687d0efe738b2fc603a1/django_contactform_bootstrap-0.5.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84bc1051fe748220687a5f9fe6ca0df5", "sha256": "7833e50d69c5532975a312907f9a130de17776ac7f3a54437e32b123fe29762d" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.10.tar.gz", "has_sig": false, "md5_digest": "84bc1051fe748220687a5f9fe6ca0df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11081, "upload_time": "2015-06-24T11:17:29", "url": "https://files.pythonhosted.org/packages/fa/07/ce00e9a7eeb13ae6ae94b809a4cf9d56ae1eadd8de6d6b88edd26c4b0676/django_contactform_bootstrap-0.5.10.tar.gz" } ], "0.5.11": [ { "comment_text": "", "digests": { "md5": "e4331cbdf8ed9c5257de5ab0ba927a05", "sha256": "f39ed067aa59d73e925b62dbbcf258d078dba3534f9e4ca4dd8cd7106839b396" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.11.tar.gz", "has_sig": false, "md5_digest": "e4331cbdf8ed9c5257de5ab0ba927a05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11103, "upload_time": "2016-04-19T14:22:09", "url": "https://files.pythonhosted.org/packages/e7/a6/a244e4ad85c475f621023ad45dc78613ca82ba36cec7906662c3373a9f00/django_contactform_bootstrap-0.5.11.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "8e60367f940299e8dc734cc1514746c9", "sha256": "a91f4877f6e86c43d02f3dbfe7a79989523e70ac206431a3cbe6a38ad341dabb" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.2.tar.gz", "has_sig": false, "md5_digest": "8e60367f940299e8dc734cc1514746c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13448, "upload_time": "2015-06-07T16:56:29", "url": "https://files.pythonhosted.org/packages/f9/2e/7e49e03d477adeaa5a02350aed4626b55ee4f1fb3621f2527e08de9b71d2/django_contactform_bootstrap-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "3dbf65a7f45889d688066a2a40d406fd", "sha256": "83009da86c00cbcacd7897eaeee86adb38338cd132e65a0dabd0196381cb966c" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.3.tar.gz", "has_sig": false, "md5_digest": "3dbf65a7f45889d688066a2a40d406fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10367, "upload_time": "2015-06-07T18:15:13", "url": "https://files.pythonhosted.org/packages/fa/1a/e8f46b2460a4759fcc5ae4683b5ef6afeaec9e19f14d9195cfc7603d0acc/django_contactform_bootstrap-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "5d9d6ce2566f3367cbe6f233900779e4", "sha256": "1dd7132c450a63210dcaca1efd0e9a55753a59c9cbec196688349c46e4a4fd38" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.4.tar.gz", "has_sig": false, "md5_digest": "5d9d6ce2566f3367cbe6f233900779e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10414, "upload_time": "2015-06-09T17:42:55", "url": "https://files.pythonhosted.org/packages/9b/9c/92307d05f5c5abbc7f903c8f3fcc1dbf7835b26eee1994f7887e13da6df0/django_contactform_bootstrap-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "6727dde4c7ab4574239af8f11e4e442d", "sha256": "8ed9cd339ebb0213ff3fa8ff23c44ce139471c5bd1b38fd91c9860cdabb9f405" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.5.tar.gz", "has_sig": false, "md5_digest": "6727dde4c7ab4574239af8f11e4e442d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10631, "upload_time": "2015-06-11T17:13:33", "url": "https://files.pythonhosted.org/packages/60/e4/62a48b9c106387fbb8f6da99829e7f873cffbaa16cdd433bd0c8672d3a44/django_contactform_bootstrap-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "db9a2f3a50f96b00cadf6ee67e058416", "sha256": "0475b2f0612f531453ccc2a908563bf5a17055b150d4ff98fb61f2c93504ed99" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.6.tar.gz", "has_sig": false, "md5_digest": "db9a2f3a50f96b00cadf6ee67e058416", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10640, "upload_time": "2015-06-11T23:06:44", "url": "https://files.pythonhosted.org/packages/e1/91/111121f93713f5e1e1246c33b0edc2a3a923ca18065716a09431d936ca3c/django_contactform_bootstrap-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "155e521fde147ae8cd7fda6acb44c09e", "sha256": "4617f652293cf7c62ea314890c8ff0f81045a03c122136d9ccfa6706e2323580" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.7.tar.gz", "has_sig": false, "md5_digest": "155e521fde147ae8cd7fda6acb44c09e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10665, "upload_time": "2015-06-12T23:48:08", "url": "https://files.pythonhosted.org/packages/d7/06/db653c8191fd1ed211725a423bc1b0a708144fc32292f370de0d6a4a5adc/django_contactform_bootstrap-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "0a7a242a22cb70a9e9a4c16b7d02afea", "sha256": "271a7e2c4a78163eb3712b21b762065936d7a96037d97e3ade16019938c62d00" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.8.tar.gz", "has_sig": false, "md5_digest": "0a7a242a22cb70a9e9a4c16b7d02afea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10667, "upload_time": "2015-06-12T23:54:25", "url": "https://files.pythonhosted.org/packages/6b/f4/72d988a7437defb4e329f263cd1c900671be2d4e74d70cc83e825adf4e1b/django_contactform_bootstrap-0.5.8.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "b289b3716a4b5be0f16f6f0f4bd71e79", "sha256": "44184b50620a4159a77264c24372444d620918f6fa1010e0661069aeba4de2c1" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b289b3716a4b5be0f16f6f0f4bd71e79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16412, "upload_time": "2015-06-14T00:26:08", "url": "https://files.pythonhosted.org/packages/c1/5f/ff0f1c50564f58113aed91511d217550d0383d5c3ba144fa27e73eb2ebe4/django_contactform_bootstrap-0.5.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe1c3d5a1ba921e891a6462a8760b129", "sha256": "c199db8ed5abbed0b68ddfc04f06a7009c31c7162571e8615027f348dff07a1e" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.5.9.tar.gz", "has_sig": false, "md5_digest": "fe1c3d5a1ba921e891a6462a8760b129", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11011, "upload_time": "2015-06-14T00:26:11", "url": "https://files.pythonhosted.org/packages/fb/06/9fcef253665bd7eea1f37f5deffd20c2f706fcbfda8d891f77843293093f/django_contactform_bootstrap-0.5.9.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "e443115afbb9b9834a2e07a5ba533398", "sha256": "d5c139bbfcb811b4c0b7609a3c505d2ddcd14e1eda2dad3371d9c690a70f7e3a" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.6.1.tar.gz", "has_sig": false, "md5_digest": "e443115afbb9b9834a2e07a5ba533398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11519, "upload_time": "2016-04-28T19:58:57", "url": "https://files.pythonhosted.org/packages/d9/34/acad245a3f02da15656f87db21b9fa26d00e36f18c92af64b0ec401256cc/django_contactform_bootstrap-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b909390490978019c4758f60cdc04e01", "sha256": "910d6ce78354f8e8da601f36d29fdf8b3b63c2f9dfc755c71f17d5b53937c9d1" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.6.2.tar.gz", "has_sig": false, "md5_digest": "b909390490978019c4758f60cdc04e01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11631, "upload_time": "2016-04-28T23:08:20", "url": "https://files.pythonhosted.org/packages/0f/c0/d920465989aaa7c306dcac909a8bc034547122726e7d4f7cd2e36dd567fb/django_contactform_bootstrap-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b909390490978019c4758f60cdc04e01", "sha256": "910d6ce78354f8e8da601f36d29fdf8b3b63c2f9dfc755c71f17d5b53937c9d1" }, "downloads": -1, "filename": "django_contactform_bootstrap-0.6.2.tar.gz", "has_sig": false, "md5_digest": "b909390490978019c4758f60cdc04e01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11631, "upload_time": "2016-04-28T23:08:20", "url": "https://files.pythonhosted.org/packages/0f/c0/d920465989aaa7c306dcac909a8bc034547122726e7d4f7cd2e36dd567fb/django_contactform_bootstrap-0.6.2.tar.gz" } ] }