Skip to content

Instantly share code, notes, and snippets.

Created May 9, 2012 03:09
Show Gist options
  • Save anonymous/c36ac4ab18276300a88f to your computer and use it in GitHub Desktop.
Save anonymous/c36ac4ab18276300a88f to your computer and use it in GitHub Desktop.
def create_person_on_user_login(sender, user, request, **kwargs):
_create_person(user=user)
user_logged_in.connect(create_person_on_user_login)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment