clean up merge

This commit is contained in:
2022-06-10 07:17:38 -05:00
parent a83bbffbfe
commit df210b71a2
5 changed files with 26 additions and 60 deletions

View File

@@ -272,5 +272,11 @@ SOCIALACCOUNT_FORMS = {"signup": "benchcoach.users.forms.UserSocialSignupForm"}
# Your stuff...
# ------------------------------------------------------------------------------
INSTALLED_APPS += ["teamsnap", "instagen", "teamsnap.lineup", "teamsnap.dashboard"]
INSTALLED_APPS += [
"teamsnap",
"instagen",
"gamecard",
"teamsnap.lineup",
"teamsnap.dashboard",
]
SOCIALACCOUNT_PROVIDERS = {"teamsnap": {"SCOPE": ["read", "write"]}}