from django.urls import path, include urlpatterns = [ path('api/v1/', include('apps.search.api.v1.urls')) ]