Mezzanine/Django hit counter for blog posts

Viewed 471

I'm looking for something that can count and publicly display read hits on my Mezzanine Blog posts.

I'm coming from Drupal 7 where this functionality is built in.

I found django-hitcount and django-tracking. Looks like they can both do the counting part but neither appears to have been maintained for some time. I just need to make the app work with recent Mezzanine/Django and add the public viewing part. Perhaps using a template tag.

stackoverflow has a public view counter.

0 Answers
Related