On Tue, Nov 18, 2008 at 9:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> david,
>
> can you illustrate how ? sorry -- havent worked with django signals
> earlier

I might be misunderstanding your need to track requests to that file,
but if you're using it to track requests in Django in general, you may
be able to do that by using a listening for a request finished signal,
and doing something with it.

What are you specifically trying to do by tracking which users
requested the file?

-- 
---
David Zhou
[EMAIL PROTECTED]

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

Reply via email to