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