urls.py
path(\'posts/\',views.posts,name=\'posts\'), path(\'\',views.detail_view,name=\'detail_view\'),
views.py
de