You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have a User registration form and a Profile model, what's left is to link them together. That is, create and link a profile to the user once they're registered. This may help in case you're stuck.
(What about deleting the profile when user is deleted then? Try to understand this on your own, we'll put it in the weekly tips next week!)
Expected:
users/signals.py to implement all the signal code
The text was updated successfully, but these errors were encountered:
Since we have a User registration form and a Profile model, what's left is to link them together. That is, create and link a profile to the user once they're registered. This may help in case you're stuck.
(What about deleting the profile when user is deleted then? Try to understand this on your own, we'll put it in the weekly tips next week!)
Expected:
users/signals.py
to implement all the signal codeThe text was updated successfully, but these errors were encountered: