adding gamechanger, in progress
This commit is contained in:
@@ -272,7 +272,7 @@ SOCIALACCOUNT_FORMS = {"signup": "benchcoach.users.forms.UserSocialSignupForm"}
|
||||
|
||||
# Your stuff...
|
||||
# ------------------------------------------------------------------------------
|
||||
INSTALLED_APPS += ["teamsnap", "instagen"]
|
||||
INSTALLED_APPS += ["teamsnap", "instagen","gamechanger"]
|
||||
SOCIALACCOUNT_PROVIDERS = {
|
||||
'teamsnap': {
|
||||
'SCOPE': ["read", "write"]
|
||||
|
||||
@@ -17,6 +17,7 @@ urlpatterns = [
|
||||
path("accounts/", include("allauth.urls")),
|
||||
path("", include("teamsnap.urls")),
|
||||
path("", include("instagen.urls")),
|
||||
path("gc/", include("gamechanger.urls"))
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user