avancé dev

This commit is contained in:
Ambulance Clerc
2022-03-01 07:09:12 +01:00
parent c990f87413
commit efdf44864f
11 changed files with 82 additions and 115 deletions

View File

@@ -3,7 +3,7 @@ from django.urls import path
from . import views
app_name = "polls"
app_name = "collabs"
urlpatterns = [
path('', views.IndexView.as_view(), name='index'),
path('<int:pk>/', views.DetailView.as_view(), name='detail'),