I am developing a web application in django and I want to create a function in which a person can enter a location name in the text box and the corresponding location is displayed in the center of the google map on the next page.
Please let me know the detailed way this can be done in Django
Thank you in advance!
source
share