{ "info": { "author": "Mishbah Razzaque", "author_email": "mishbahx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=============================\ndjangocms-gmaps\n=============================\n\n.. image:: http://img.shields.io/pypi/v/djangocms-gmaps.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-gmaps/\n :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/djangocms-gmaps.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-gmaps/\n :alt: Downloads\n\n.. image:: http://img.shields.io/pypi/l/djangocms-gmaps.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-gmaps/\n :alt: License\n\n.. image:: https://img.shields.io/badge/django--cms-3.0-blue.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-cms/\n :alt: django-cms\n\nThis project requires django-cms v3.0 or higher to be properly installed and configured. \n\nThis package is compatible with `Aldryn `_.\n\nPreview\n--------\n\n.. image:: http://mishbahr.github.io/djangocms-gmaps/assets/resized/djangocms_gmaps_002.jpeg\n :target: http://mishbahr.github.io/djangocms-gmaps/assets/djangocms_gmaps_002.png\n :width: 768px\n :align: center\n \n.. image:: http://mishbahr.github.io/djangocms-gmaps/assets/resized/djangocms_gmaps_003.jpeg\n :target: http://mishbahr.github.io/djangocms-gmaps/assets/djangocms_gmaps_003.png\n :width: 768px\n :align: center\n\nQuickstart\n----------\n\n1. Install ``djangocms-gmaps``::\n\n pip install djangocms-gmaps\n\n2. Add ``djangocms_gmaps`` to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'djangocms_gmaps',\n ...\n )\n\n3. Sync database tables (requires south>=1.0.1 if you are using Django 1.6.x)::\n\n python manage.py migrate\n\n4. Add ``DJANGOCMS_GMAPS_API_KEY`` to your project settings::\n\n DJANGOCMS_GMAPS_API_KEY = 'AIzaSyCkUOdZ5y7hMm0yrcCQoCvLwzdM6M8s5qk'\n\nFor more information about Google Maps API key, please visit https://developers.google.com/maps/documentation/javascript/get-api-key\n\n\nConfiguration\n-------------\n\nPlugin(s) Module - If module is None, plugin is grouped ``Generic`` group::\n\n DJANGOCMS_GMAPS_PLUGIN_MODULE = _('Generic')\n\nName of the ``Map`` plugin::\n\n DJANGOCMS_GMAPS_PLUGIN_NAME = _('Map')\n\nName of the ``Location`` plugin::\n\n DJANGOCMS_GMAPS_LOCATION_PLUGIN_NAME = _('Location')\n\nCan this plugin only be attached to a placeholder that is attached to a page::\n \n DJANGOCMS_GMAPS_PAGE_ONLY = False\n\nA list of Plugin Class Names. If this is set, this plugin may only be added to plugins listed here::\n\n DJANGOCMS_GMAPS_PARENT_CLASSES = None\n\nIs it required that this plugin is a child of another plugin? Or can it be added to any placeholder::\n\n DJANGOCMS_GMAPS_REQUIRE_PARENT = False\n\nWhether this plugin can be used in text plugins or not::\n\n DJANGOCMS_GMAPS_TEXT_ENABLED = False\n\nOverride the ``Template`` dropdown choices to have different template options::\n\n DJANGOCMS_GMAPS_TEMPLATES = (\n ('djangocms_gmaps/default.html', _('Default')),\n )\n\nYou can customize the content and appearance of ``InfoWindow`` attached to map markers::\n\n DJANGOCMS_GMAPS_INFOWINDOW_TEMPLATE = 'djangocms_map/infowindow.html'\n\nSet fieldsets to control the layout of ``Map`` plugin add/change form::\n\n DJANGOCMS_GMAPS_FIELDSETS = None\n\nSet fieldsets to control the layout of ``Location`` plugin add/change form::\n\n DJANGOCMS_GMAPS_LOCATION_FIELDSETS = None\n\nEnable ``Advanced Options`` to allow the users to fully customise map controls e.g. ``streetViewControl``::\n\n DJANGOCMS_GMAPS_ADVANCED_OPTIONS_ENABLED = True\n\nStyled maps allow the user to customize the presentation of the Google maps, changing the visual display of such elements as roads, parks, and built-up areas::\n\n DJANGOCMS_GMAPS_STYLED_MAPS_ENABLED = True\n\nInfo windows - set this to false if you want to disable the infowindow::\n\n DJANGOCMS_GMAPS_INFOWINDOW_ENABLED = True\n\n\nInfo window with maxWidth - the maximum width of a info window is set to 220 pixels::\n\n DJANGOCMS_GMAPS_INFOWINDOW_MAXWIDTH = 220\n\nAllow users to define custom marker icons for individual locations instead of the default icons:: \n\n DJANGOCMS_GMAPS_CUSTOM_MARKERS_ENABLED = True \n\n\nYou may also like...\n--------------------\n\n* djangocms-disqus - https://github.com/mishbahr/djangocms-disqus\n* djangocms-fbcomments - https://github.com/mishbahr/djangocms-fbcomments\n* djangocms-forms \u2014 https://github.com/mishbahr/djangocms-forms\n* djangocms-instagram \u2014 https://github.com/mishbahr/djangocms-instagram\n* djangocms-responsive-wrapper \u2014 https://github.com/mishbahr/djangocms-responsive-wrapper\n* djangocms-twitter2 \u2014 https://github.com/mishbahr/djangocms-twitter2\n* djangocms-youtube \u2014 https://github.com/mishbahr/djangocms-youtube\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mishbahr/djangocms-gmaps", "keywords": "djangocms-gmaps", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "djangocms-gmaps", "package_url": "https://pypi.org/project/djangocms-gmaps/", "platform": "", "project_url": "https://pypi.org/project/djangocms-gmaps/", "project_urls": { "Homepage": "https://github.com/mishbahr/djangocms-gmaps" }, "release_url": "https://pypi.org/project/djangocms-gmaps/0.1.5.1/", "requires_dist": null, "requires_python": "", "summary": "The easiest way to embed Google Maps for your django-cms powered site. This is a great way to display the location of your business or event.", "version": "0.1.5.1" }, "last_serial": 3059904, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "28bb2dddb08a00b960f6febced2b1e9b", "sha256": "a643489083943805d89f247b5e111d23d6e40c110160816d43db07df09d2cf20" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "28bb2dddb08a00b960f6febced2b1e9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20509, "upload_time": "2014-12-25T00:52:22", "url": "https://files.pythonhosted.org/packages/d3/53/89b132412ab157c0f676fbecccf8d5cfb3c1b799fd6476ae2f44974209e3/djangocms-gmaps-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fd6e9651c6015228f0ec6a89bb7115fd", "sha256": "f51eec3e3d3a4f891468802ec997847cd6bcb284e6793e12a2b66cae9ca156bc" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd6e9651c6015228f0ec6a89bb7115fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20585, "upload_time": "2015-03-16T23:26:43", "url": "https://files.pythonhosted.org/packages/a3/ef/05360aed16140a1f022182f9ace72b58d0ea65aca37a9717b7a9ed568995/djangocms-gmaps-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9e502e0d22db347d8bc35c3442b7fca3", "sha256": "f04d83aa5ce29793fafce00d6465ef300650cb622f7aef60693eb2edc8d2508d" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9e502e0d22db347d8bc35c3442b7fca3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20567, "upload_time": "2015-03-17T17:50:17", "url": "https://files.pythonhosted.org/packages/54/d2/9fec6579d07252ecc67a84d0e33e5b2b209794173238688bc3554094538c/djangocms-gmaps-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "70e8e9cea7832c64ea3fd27f2edb7ea4", "sha256": "8f9336ee2d842c68a968f1f48c5062a92509cebade6403fce1ff09ddc54f58f3" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.3.tar.gz", "has_sig": false, "md5_digest": "70e8e9cea7832c64ea3fd27f2edb7ea4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20649, "upload_time": "2015-05-07T10:37:17", "url": "https://files.pythonhosted.org/packages/31/f9/b8a5b91ac46d2718fc9fd5b010156102aed48f39ad9531af78456085cdd8/djangocms-gmaps-0.1.3.tar.gz" } ], "0.1.3.2": [ { "comment_text": "", "digests": { "md5": "3ee207c17577aee7956700cd60bcb571", "sha256": "03342e542a16f6f3450bd331f93895498cacd4834b7bcf71c29682b50d43733d" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.3.2.tar.gz", "has_sig": false, "md5_digest": "3ee207c17577aee7956700cd60bcb571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20651, "upload_time": "2015-05-07T23:03:37", "url": "https://files.pythonhosted.org/packages/0e/9d/8195a93e8814f4292fe3fcbaac212f28e8981ba69428705b9ffffdfa0549/djangocms-gmaps-0.1.3.2.tar.gz" } ], "0.1.3.3": [ { "comment_text": "", "digests": { "md5": "a32b6c3d0cfac730f0136cac2cd4a1e0", "sha256": "7205ed7fc7ee46ebe91aa7e6cf19cff823192af66d986f048a2b7820f055c7e8" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.3.3.tar.gz", "has_sig": false, "md5_digest": "a32b6c3d0cfac730f0136cac2cd4a1e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21370, "upload_time": "2015-06-27T01:06:27", "url": "https://files.pythonhosted.org/packages/70/01/9c0f8991a95f37b3b4875746ac05f389bce9f25717a9bb7b13d05380ac27/djangocms-gmaps-0.1.3.3.tar.gz" } ], "0.1.4.0": [ { "comment_text": "", "digests": { "md5": "dbc1c84d191ee78978d2f99745ee9d76", "sha256": "cd72fd2802ff3acd82080916ed985deb0e165e10b72acef7e317dc4e8c756203" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.4.0.tar.gz", "has_sig": false, "md5_digest": "dbc1c84d191ee78978d2f99745ee9d76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22001, "upload_time": "2015-08-12T22:57:55", "url": "https://files.pythonhosted.org/packages/20/ca/fc8e29bd24d48f6cd40195df8f8290509719cae1f0e5c911abfc4edfa23d/djangocms-gmaps-0.1.4.0.tar.gz" } ], "0.1.5.0": [ { "comment_text": "", "digests": { "md5": "b26a3eb2d9ff76d155b252efca7b019a", "sha256": "c23bf760517495144a3b75134d568a0cf52f2abb0cb10f5e725be6f6b569911f" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.5.0.tar.gz", "has_sig": false, "md5_digest": "b26a3eb2d9ff76d155b252efca7b019a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22355, "upload_time": "2016-09-14T10:26:13", "url": "https://files.pythonhosted.org/packages/06/eb/10fe7f2059fb6916294263b93b9b4c8839d106ae0415eaaed5454a6fb205/djangocms-gmaps-0.1.5.0.tar.gz" } ], "0.1.5.1": [ { "comment_text": "", "digests": { "md5": "945786d17e21384ff21e9972531b0739", "sha256": "cd9ec37be96e8f89b32f2a27b676890dbef61e22cdbaf3c61f8f23c7d1739d95" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.5.1.tar.gz", "has_sig": false, "md5_digest": "945786d17e21384ff21e9972531b0739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22362, "upload_time": "2017-07-30T20:56:10", "url": "https://files.pythonhosted.org/packages/9c/25/65cf1582c4f9a92e80afb2f0e48fd1e811d417e7f2a5b02f73273acf2003/djangocms-gmaps-0.1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "945786d17e21384ff21e9972531b0739", "sha256": "cd9ec37be96e8f89b32f2a27b676890dbef61e22cdbaf3c61f8f23c7d1739d95" }, "downloads": -1, "filename": "djangocms-gmaps-0.1.5.1.tar.gz", "has_sig": false, "md5_digest": "945786d17e21384ff21e9972531b0739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22362, "upload_time": "2017-07-30T20:56:10", "url": "https://files.pythonhosted.org/packages/9c/25/65cf1582c4f9a92e80afb2f0e48fd1e811d417e7f2a5b02f73273acf2003/djangocms-gmaps-0.1.5.1.tar.gz" } ] }