Image GPS Locator Using Django and Mapbox

1. install requirments.txt using the command below
    1.1 pip install -r requirements.txt
2. go to your account on https://account.mapbox.com/
3. replace your mapbox-api in setting.py
    3.1 MAP_BOX_ACCESS_TOKEN = '<Your_MapBox_API>'
4. python manage.py runserver

image