django-easy-maps 0.9

django-easy-maps is a Django app that makes it easy to display a map for given address in Django templates. The license is MIT.Installationpip install geopypip install django-easy-mapsUsage 1. Add 'easy_maps' to INSTALLED_APPS 2. Run ./manage.py...