django-hitcount
django-hitcount copied to clipboard
Differentiate between bot and real user
Is is possible to have this identification in hits? So, when it is bot, we might have is_bot column there and mark it as true.
Also, can we have bot_count, real_count, total_count in hitcount table?
I guess, this would be great add on to this project.