'Is there a way to add Map coordinates in Django just as we add Datefield [duplicate]

I have been working on this project of address book application. I've completed the project and now I have one small task pending. Along with the address details, can I have a field in which someone can add a coordinate field. When we click on those coordinate it should redirect to Maps page(say google maps) where the place represent the coordinates should be displayed.

Thank you in advance😊



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source