ayush15k1994 / did_django_google_api_tutorial

This is a Django app that uses numerous Google APIs such as reCAPTURE, maps and waypoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

did_django_google_api_tutorial

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

  1. cd to development directory
  2. mkvirtualenv did_django_google_api_tutorial
  3. mkdir did_django_google_api_tutorial
  4. clone repository to new directory
  5. pip install -r requirements.txt
  6. Create and update settings.ini with your email API information

GOOGLE_API_KEY = ""

RECAPTCHA_PUBLIC_KEY = ""

RECAPTCHA_PRIVATE_KEY = ""

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. python manage.py runserver
  4. 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

About

This is a Django app that uses numerous Google APIs such as reCAPTURE, maps and waypoints

License:GNU General Public License v3.0


Languages

Language:Python 39.9%Language:JavaScript 27.7%Language:HTML 22.9%Language:CSS 9.4%