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