Signals
Opened this issue · 1 comments
TijanAyo commented
i followed your tutorials and its been great so far thanks for that but i am having a bit of problem i did the exact thing you did and yet when i create a user it doesn't have a profile i saw this when i checked the profile and i didn't get the default image i placed and when i went to the shell and typed user.profile for the intended user it showed 'User has no profile'
cosmosandmonkeis commented
I got the same error too. To fix this, my workaround solution was to place the functions of signals.py into the users.models.py file. Import necessary functions, then the profile creation upon user creation should work as intended. It's a workaround temporary solution just to get it to work as a heads up.