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:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user