incorporate new pyteamsnap, incorporate loading from sessions before creating new client.

This commit is contained in:
2022-06-23 07:24:07 -05:00
parent e027d3d6ae
commit 5edb233fb4
5 changed files with 32 additions and 19 deletions

View File

@@ -281,3 +281,4 @@ INSTALLED_APPS += [
"teamsnap.dashboard",
]
SOCIALACCOUNT_PROVIDERS = {"teamsnap": {"SCOPE": ["read", "write"]}}
SESSION_SERIALIZER = "django.contrib.sessions.serializers.PickleSerializer"