tags:

views:

39

answers:

0

Suppose a user creates his account in a website so i would like to use django signals to notify the system admins that a new user has been created.

I really dont know how to do this with Django signals

Thanks in advance