broke out dashboard into its own app

This commit is contained in:
2022-06-09 18:44:11 -05:00
parent dab163955b
commit c1bbcc3623
10 changed files with 60 additions and 38 deletions

View File

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