I want to extend my User by creating a UserProfile object. I'm following this example:
Creating a extended user profile
Silly question, but ...errr... where is this file supposed to reside / be called so every time the user is created, this function will fire. Is the settings.py file a good location? I'm assuming the user is called in "createsuperuser" and on the register page of my site.
Thanks for your time.