{ "info": { "author": "Javi Imbernon", "author_email": "javi@javimb.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-gmapify\n\nAdd a Google Map to a template with a simple tag.\n\nDjango-gmapify provides an easy way to manage the Google Maps JavaScript API v3 using a simple tag:\n\n {% gmapify \"map-canvas\" 36.84531718210699 -2.4523544311523438 %}\n\n## Installation\n\nUsing `pip`:\n\n $ pip install django-gmapify\n\nOr cloning the project from github:\n\n $ git clone git@javimb/django-gmapify.git\n$ cd django-gmapify\n $ pip install -r requirements.txt\n\n## Usage\n\nAdd `gmapify` to `INSTALLED_APPS`:\n\n INSTALLED_APPS = (\n ...\n 'gmapify',\n ...)\n\nCreate a div in the template. The map will fill this div, so it has to have width and heigth:\n\n
\n\nLoad and use the provided `gmapify` tag in the template:\n\n {% load gmapify %}\n {% gmapify