I am going through a Django tutorial. In my Blog App, i am trying to count the views/hit counts in the blog post.
views.py
def detail_view(request,id):