add instagen
This commit is contained in:
@@ -16,6 +16,7 @@ urlpatterns = [
|
||||
path("users/", include("benchcoach.users.urls", namespace="users")),
|
||||
path("accounts/", include("allauth.urls")),
|
||||
path("", include("teamsnap.urls")),
|
||||
path("", include("instagen.urls")),
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user