split gamecard into its own app, add models to teamsnap for custom fields (images)
This commit is contained in:
@@ -272,5 +272,6 @@ SOCIALACCOUNT_FORMS = {"signup": "benchcoach.users.forms.UserSocialSignupForm"}
|
||||
|
||||
# Your stuff...
|
||||
# ------------------------------------------------------------------------------
|
||||
INSTALLED_APPS += ["teamsnap", "instagen"]
|
||||
INSTALLED_APPS += ["teamsnap", "instagen", "gamecard"]
|
||||
|
||||
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("", include("gamecard.urls")),
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user