KenBroTech/Django-Map-Locator
In this project, we will build a django web application that enables a user to search for a location and find same on a map. This project is accompanied with a YouTube video with a step by step guide to how build this project. We will learn some of the fundamentals of the Django Web Framework, integrate django with the Folium Python package. We will also use another python package, Geocoder to get the latitude and longitude as well as other relevant data from a search input. The link to the videos is https://youtu.be/2uFJ43DvhHg
Python