Re: Django website stats

2009-11-19 Thread Brian McKeever
I haven't had a chance to play with this yet: http://code.google.com/p/django-tracking/ but it might do what you want. On Nov 19, 11:35 am, Fabio Natali wrote: > Martin Lundberg wrote: > > I am very new to Django but can't this be handled by middleware > > instead? It should have access to user a

Re: Django website stats

2009-11-19 Thread Fabio Natali
Martin Lundberg wrote: > I am very new to Django but can't this be handled by middleware > instead? It should have access to user and page data should it not? > > -Martin > > On Thursday, November 19, 2009, Fabio Natali > wrote: > > Hi there! > > > > I have a Django based website with a few doze

Re: Django website stats

2009-11-19 Thread Martin Lundberg
I am very new to Django but can't this be handled by middleware instead? It should have access to user and page data should it not? -Martin On Thursday, November 19, 2009, Fabio Natali wrote: > Hi there! > > I have a Django based website with a few dozen users. Only logged > users can enter the

Django website stats

2009-11-18 Thread Fabio Natali
Hi there! I have a Django based website with a few dozen users. Only logged users can enter the website and browse its pages. I wish I could set up a stats page, i.e. some sort of table listing how many accesses to the website for a given user. Specifically, I need: - per-user number of accesses