Converts a geographic address into its coordinates and display it on a map For each valid address, the amount of visits is being counted
- Python 2 or more
- django 1.7.1 or more
- geopy 1.9.1 (Python Geocoding Toolbox) or more
pip install geopy
- Download the code or pull to your local machine
AddToCoo$ python manage.py runserver
[http://localhost:8000] (http://localhost:8000)
-
[static map display documentation] (https://developers.google.com/maps/documentation/staticmaps/intro)
-
[django views documentation] (https://docs.djangoproject.com/en/1.8/ref/class-based-views/generic-editing/)
