Overview

Django-Hitcount allows you to track the number of hits (views) for a particular object. This isn’t meant to be a full-fledged tracking application or a real analytic tool; it’s just a basic hit counter.

How one tracks a “hit” or “view” of a web page is not such a simple thing as it might seem. That’s why folks rely on Google Analytics or similiar tools. It’s tough! This is a simple app with some settings and features that should suit the basic needs of smaller sites.

It comes ready to track hits (to use the out-of-the-box method, you will need jQuery – although writing your own JavaScript implementation is not hard).

Requirements and Compatibility

Currently supporting Django >= 1.4 and any Python version supported by your Django version.