[books] Add google as a source and clean up data model

This commit is contained in:
2025-01-26 23:38:46 -05:00
parent 25a14ed9e7
commit f90a3b84a8
9 changed files with 210 additions and 7 deletions

View File

@ -74,6 +74,8 @@ POINTS_FOR_MOVEMENT_HISTORY = os.getenv(
TODOIST_CLIENT_ID = os.getenv("VROBBLER_TODOIST_CLIENT_ID", "")
TODOIST_CLIENT_SECRET = os.getenv("VROBBLER_TODOIST_CLIENT_SECRET", "")
GOOGLE_API_KEY = os.getenv("VROBBLER_GOOGLE_API_KEY", "")
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
TIME_ZONE = os.getenv("VROBBLER_TIME_ZONE", "US/Eastern")