Wednesday, December 18, 2019

Re: how to display the number of views of an article with django


Making the answer with the assumption that article is a modal.

You can add a field named count(PostiveIntegerField) and increment the count every time an article is viewed. I hope you have implemented article view as a DetailView or similar function view.

On Wednesday, December 18, 2019 at 4:25:33 PM UTC+1, JEAN MARLON MBAN wrote:
how to display the number of views of an article with django

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/641a0661-0a46-43b2-b341-83f20ac694b0%40googlegroups.com.

No comments:

Post a Comment