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

Overview

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

You might also like...
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.

django-crispy-forms The best way to have Django DRY forms. Build programmatic reusable layouts out of components, having full control of the rendered

This a Django TODO app project and practiced how to deploy  and publish the project to Heroku
This a Django TODO app project and practiced how to deploy and publish the project to Heroku

ToDo App Demo | Project Table of Contents Overview Built With Features How to use Acknowledgements Contact Overview Built With HTML CSS JS Django How

Django And React Notes App
Django And React Notes App

Django & React Notes App Cloning the repository -- Clone the repository using the command below : git clone https://github.com/divanov11/Django-React

This Django app will be used to host Source.Python plugins, sub-plugins, and custom packages.

Source.Python Project Manager This Django app will be used to host Source.Python plugins, sub-plugins, and custom packages. Want to help develop this

PWA is a simple Django app to develope and deploy a Progressive Web Application.

PWA PWA is a simple Django app to develope and deploy a Progressive Web Application. Detailed documentation is in the "docs" directory. Quick start Ad

This is raw connection between redis server and django python app

Django_Redis This repository contains the code for this blogpost. Running the Application Clone the repository git clone https://github.com/xxl4tomxu9

A simple polling app made in Django and Bootstrap

DjangoPolls A Simple Polling app made with Django Instructions Make sure you have Python installed Step 1. Open a terminal Step 2. Paste the given cod

Wagtail - Vue - Django : The initial environment of full-stack local dev web app with wagtail and vue

Wagtail - Vue - Django : The initial environment of full-stack local dev web app with wagtail and vue. A demo to show how to use .vue files inside django app.

An app that allows you to add recipes from the dashboard made using DJango, JQuery, JScript and HTMl.
An app that allows you to add recipes from the dashboard made using DJango, JQuery, JScript and HTMl.

An app that allows you to add recipes from the dashboard. Then visitors filter based on different categories also each ingredient has a unique page with their related recipes.

Comments
  • AttributeError: 'WSGIRequest' object has no attribute 'is_ajax'

    AttributeError: 'WSGIRequest' object has no attribute 'is_ajax'

    whenever I run it I get this error.

    File "C:\did_django_google_api_tutorial\users\views.py", line 92, in form_valid if self.request.is_ajax(): AttributeError: 'WSGIRequest' object has no attribute 'is_ajax'

    opened by cnr91 2
  • TypeError toast[type] is not a function

    TypeError toast[type] is not a function

    Hi Bobby,

    I followed through the course at https://www.youtube.com/watch?v=_vCT42vDfgw&t=2396s after receiving the link from freeCodeCamp, the course was great and I learnt a lot. The profile address autofills nicely but I am having issues getting the profile address to update with the following error in the console:

    Uncaught TypeError: toastr[type] is not a function      main.js:32 
        at ShowAlert (main.js:32)
        at Object.success (main.js:164)
        at fire (jquery-3.6.0.js:3500)
        at Object.fireWith [as resolveWith] (jquery-3.6.0.js:3630)
        at done (jquery-3.6.0.js:9796)
        at XMLHttpRequest.<anonymous> (jquery-3.6.0.js:10057)
    

    There is no error showing in the terminal though. I've searched for similar issues that mentioned the issue could be with the version of jQuery so I tried the uncompressed script but had the same problem.

    Have you got any suggestions?

    Cheers,

    Simon

    opened by LlewopNomis 1
Owner
Bobby Stearman
Bobby Stearman
APIs for a Chat app. Written with Django Rest framework and Django channels.

ChatAPI APIs for a Chat app. Written with Django Rest framework and Django channels. The documentation for the http end points can be found here This

Victor Aderibigbe 18 Sep 9, 2022
Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox

django-location-field Let users pick locations using a map widget and store its latitude and longitude. Stable version: django-location-field==2.1.0 D

Caio Ariede 481 Dec 29, 2022
Django-shared-app-isolated-databases-example - Django - Shared App & Isolated Databases

Django - Shared App & Isolated Databases An app that demonstrates the implementa

Ajai Danial 5 Jun 27, 2022
Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project

Django URL Shortener Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project Install this package to your Dja

Rishav Sinha 4 Nov 18, 2021
Displaying objects on maps in the Django views and administration site.

DjangoAdminGeomap library The free, open-source DjangoAdminGeomap library is designed to display objects on the map in the Django views and admin site

Vitaly Bogomolov 31 Dec 28, 2022
Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.

Django-Audiofield Description: Django Audio Management Tools Maintainer: Areski Contributors: list of contributors Django-Audiofield is a simple app t

Areski Belaid 167 Nov 10, 2022
scaffold django rest apis like a champion 🚀

dr_scaffold Scaffold django rest apis like a champion âš¡ . said no one before Overview This library will help you to scaffold full Restful API Resource

Abdenasser Elidrissi 133 Jan 5, 2023
Atualizando o projeto APIs REST Django REST 2.0

APIs REST Django REST 3.0-KevinSoffa Atualização do projeto APIs REST Django REST 2.0-Kevin Soffa Melhorando e adicionando funcionalidades O que já fo

Kevin Soffa 2 Dec 13, 2022
A Django app to initialize Sentry client for your Django applications

Dj_sentry This Django application intialize Sentry SDK to your Django application. How to install You can install this packaging by using: pip install

Gandi 1 Dec 9, 2021
Book search Django web project that uses requests python library and openlibrary API.

Book Search API Developer: Vladimir Vojtenko Book search Django web project that uses requests python library and openlibrary API. #requests #openlibr

null 1 Dec 8, 2021