Auto-creating Django Profiles
March 26, 2011
My code tries its best to recover if a user doesn't have a user profile, but it was becoming too much of a headache to create every time it didn't exist.
Django provides hooks to allow you to create the profile when it doesn't exist. Add the following code to …