Django project that uses Googles APIs to auto populate fields, display maps and routes for multiple waypoints
- cd to development directory
- mkvirtualenv did_django_google_api_tutorial
- mkdir did_django_google_api_tutorial
- clone repository to new directory
- pip install -r requirements.txt
- Create and update settings.ini with your email API information
GOOGLE_API_KEY = ""
RECAPTCHA_PUBLIC_KEY = ""
RECAPTCHA_PRIVATE_KEY = ""
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- https://localhost:8000 - Bob's your uncle!!
Note:
Don't forget to activate the following Google API's
reCAPTURE Places API Maps Javascript API Directions API Distance Matrix API Geocoding API