I use request.user.get_profile() in a number of places in my code. However not all users have a user profile assosiated with their account. Is there some way I can create a user profile automatically when calling in a number of
I use request.user.get_profile() in a number of places in my code. However not all users have a user profile assosiated with their account. Is there some way I can create a user profile automatically when calling in a number of