Using Django's hitcount for unregistered users in your application
Django hitcount is a python library that allows you track the number of hits/views on a particular objects by detecting the IP address of each click to prevent unreal views this ensures views aren't counted twice.
This library was built using the Dja...
osahenru.hashnode.dev2 min read
Takeshi Ooyama
Otaku dragon and web developer.
The library wont work with Django 3xx / 4xx I think