Hacking Django Admin, hooks for login/logout.

Posted by chrisdew on Stack Overflow See other posts from Stack Overflow or by chrisdew
Published on 2010-06-14T13:27:39Z Indexed on 2010/06/14 13:32 UTC
Read the original article Hit count: 219

Filed under:
|
|

Hi, is there a method for adding hooks to the Django Admin, such that I can execute a function when the user logs in or out?

Thanks,

Chris.

© Stack Overflow or respective owner

Related posts about python

Related posts about django