from django.urls import path from .views import ArticeView urlpatterns = [ path('', ArticeView.as_view()), # ]