clean up merge
This commit is contained in:
@@ -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"]}}
|
||||
|
||||
Reference in New Issue
Block a user