-
Crie uma aplicação no Console Google Developer
-
Configure uma URI de retorno. No caso dessa aplicação é:
http://localhost:8000/oauth2callback
-
Preencha o arquivo com o secrets da aplicação.
{ "web": { "client_id": [ CLIENT_ID ], "client_secret": [ CLIENT_SECRET ], "redirect_uris": [], "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://accounts.google.com/o/oauth2/token" } }
This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
deniscostadsc/django-google-calendar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a project for learning purposes only. Don't use it in production.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published