from django.urls import path from . import views urlpatterns = [ path('customer//licenses/', views.licenses_table_view, name='licenses'), ]