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
A user session (sid) should be associated with one object per session, the idea being that we don't have multiple objects created for the same session. This comes down to adding a unique description to the meta field for the models, and then using methods get_or_create and get_or_update when retrieving.
The text was updated successfully, but these errors were encountered:
A user session (sid) should be associated with one object per session, the idea being that we don't have multiple objects created for the same session. This comes down to adding a unique description to the meta field for the models, and then using methods get_or_create and get_or_update when retrieving.
The text was updated successfully, but these errors were encountered: