django-tracking2
django-tracking2 copied to clipboard
Refactor and break up manager stats method into separate methods
Currently, the VisitorManager.stats
and PageviewManager.stats
methods are a tad monolithic. These should be broken up for clarity and for more easily adding new aggregation methods.