mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 05:04:04 +02:00
Display team solutions
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import CreateUserView
|
||||
|
||||
from .views import CreateUserView, DocumentView
|
||||
|
||||
app_name = "member"
|
||||
|
||||
urlpatterns = [
|
||||
path('signup/', CreateUserView.as_view(), name="signup"),
|
||||
path("file/<str:file>/", DocumentView.as_view(), name="document"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user