from django.urls import path from . import views urlpatterns = [ path('factuur/', views.FactuurDetailView.as_view(), name='factuur-detail'), ]