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

This reverts commit cf28a5f133.
This commit is contained in:
2022-06-23 07:44:26 -05:00
parent fe8a6ccad4
commit a0c6582d52
5 changed files with 19 additions and 32 deletions

View File

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