On Aug 23, 7:13 am, "Ramdas S" <[EMAIL PROTECTED]> wrote:
> Is there a code/plugin/ available similar to Wordpress Count Views ( display
> the number of views on a post/article or a blog) plugin in django?
>
> Or can someone advise how I can write one?

You may use middleware, but some may argue that this won't be correct
statistics because you will count the number of view **request** which
could be different from the number of view **impression** if the page
is closed early.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to