On Mar 12, 4:57 pm, Philip Zeyliger <phi...@cloudera.com> wrote:
> Hi folks,
>
> I'd like to measure who's using my site and what views they're looking at.
>  Presumably, I'd do this with some middleware that stuffs request.user and
> view_func into the database and then build some simple views to look at this
> data.  Has anyone seen a similar open-source Django plug-in for this?  I
> specifically would like to avoid anything third-party like Google Analytics,
> because my application runs within a firewalled network environment.
>
> Cheers,
>
> -- Philip

Look at the django-request project, which not only does this but also
provides some nice graphs of hits and visitors.
http://kylefuller.co.uk/projects/django-request/
--
DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to