This is a Django project that integrates the Google Maps API to display maps and location data. The project includes a Django application that allows users to search for locations on the map and view additional details about those locations.
To install this project, you will need to have Python and Django installed on your machine. You will also need to obtain a Google Maps API key.
- Clone this repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
. - Set your Google Maps API key in the
settings.py
file. - Run the Django server by running
python manage.py runserver
.
Once the Django server is running, you can access the project by navigating to http://localhost:8000/
in your web browser. From there, you can use the search bar to search for locations and view them on the map.
Contributions to this project are welcome! If you would like to contribute, please fork this repository and submit a pull request.