Clone the Repo and install the requirements
git clone https://github.com/saadhaxxan/Django-Geolocation-Distance-Measurement.git
cd Django-Geolocation-Distance-Measurement
pip install -r requirements.txt
- Get from Here
- Paste them to geoip folder
- run the application
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'measurements',
]
You can get in touch with me on my LinkedIn Profile:
You can also follow my GitHub Profile to stay updated about my latest projects:
If you liked the repo then kindly support it by giving it a star ⭐!
If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.