from django.urls import path from . import views as v urlpatterns = [ # path('user/', ...), # path('item/', ...), # path('', ...), ]