Skip to content

DID Coding web app that uses Django web framework and Googles Maps API to retrieve directions and distance between 2 geo points

License

Notifications You must be signed in to change notification settings

bobby-didcoding/did_django_google_maps_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

did_django_google_maps_api

Django project that uses Googles APIs to auto populate fields, display maps and routes

  1. cd to development directory
  2. mkvirtualenv did_django_google_maps_api
  3. mkdir did_django_google_maps_api
  4. clone repository to new directory
  5. pip install -r requirements.txt
  6. Update settings.py with your email API information

GOOGLE_API_KEY = "XXX"

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. python manage.py runserver
  4. https://localhost:8000 - Bob's your uncle!!

About

DID Coding web app that uses Django web framework and Googles Maps API to retrieve directions and distance between 2 geo points

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published