Hi guys,

I´m improving my forum app and I letting moderator add warnings to
users. A moderator can´t add a warning to a user if this user got a
warning on the last 2 minutes (to avoid 2 moderators give warning with
the same subject). I don´t know how to trigger the admin interface
and, when the warning is sent, verify if the user got a warning on
last 2 minutes, if so, redirect to an error page.

I think to use request_started signal, but I don´t know how to use
signals with request objects. I used it only with models. Do someone
know if I can trigger the request of the admin interface?

Thanks in advance...
Michel Thadeu Sabchuk


--~--~---------~--~----~------------~-------~--~----~
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