Hay, I'm using django's contrib.auth system which obviously allows me to create User objects, I'm also using the profile module. This is loaded through AUTH_PROFILE_MODULE.
Using signals how would i got about create a new UserProfile object when a User is created?
Thanks