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
If the model is brand new, hasn't been created yet (not model.is_created() == True), then trying to access a property on the model like if not user.picture: ... will result in this error. The solution offered can be confusing.