Generates new google signin users in database and generates json for todays events

- imports caltojson from calendarwatch_server
- gets the user info from google api
- gets user information and compares them to the user database
- returns to login page and shows user information as well as 'api test' button

- api test button uses 'calendarwatch_server' to get calendars and calculate todays events
This commit is contained in:
2020-04-03 10:18:16 +00:00
parent 76c711a58b
commit f86f15069a
2 changed files with 13 additions and 15 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
# General stuff
.swp
.cache
calendarevents.json
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -144,4 +144,4 @@ cython_debug/
# static files generated from Django application using `collectstatic`
media
static
static