from django.urls import path,include from .views import * urlpatterns = [ path('basic/', BasicCount.as_view()), ]