avancé dev
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user