Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

models should be unique based on sid #41

Open
vsoch opened this issue May 21, 2016 · 0 comments
Open

models should be unique based on sid #41

vsoch opened this issue May 21, 2016 · 0 comments
Assignees

Comments

@vsoch
Copy link
Member

vsoch commented May 21, 2016

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.

@vsoch vsoch self-assigned this May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant