from django.urls import path from . import views as cpatch_views urlpatterns = [ path('', cpatch_views.index), ]