from django.urls import re_path,path from . import views urlpatterns = [ path('article/',views.Article, name='article'), ]