add teamsnap preferences page.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user