add teamsnap preferences page.

This commit is contained in:
2022-06-02 08:52:38 -05:00
parent e1d47f345f
commit db020ee153
10 changed files with 171 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ urlpatterns = [
# User management
path("users/", include("benchcoach.users.urls", namespace="users")),
path("accounts/", include("allauth.urls")),
# Your stuff: custom urls includes go here
path("ts/", include("teamsnap.urls")),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)