Amazing-Python-Scripts
..
/
Calculate-distance
Readme.md
Distance Calculating Django App
App that can show distance between user's location and searched location on map.
Packages Used
- Geopy
- folium
- crispy-form
- Bootstrap
How to run
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Amazing-Python-Scripts.git
Navigate to the project directory.
create folder named 'geoip' in main project directory.
download city and country database
For downloading city and country database
extract the zip files and copy paste
1. GeoLite2-City.mmdb
2. GeoLite2-country.mmdb
to geoip folder
And here you go