Automate geocoding in Django model
Maps have become major part of most web applications, especially to those with locations based services. Yet, all the map services require not-so user friendly Latitude and Longitude to represent locations.
Most developers sought to solve the problem by using client-side (JavaScripts) geocoding but triggering geocoding and rendering location somestimes result in poor load performance to frontend…