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
{{ message }}
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
One way to solve this is to use django.contrib.auth.models.Permission to have permissions like can_edit which is linked to scipy_central.submission.models.Submission. Storage dir should only be accessed when can_edit is True.
If two users are simultaneously editing a submission, the current system can't provide a mechanism to correctly handle the situation.
There is a possibility of happening the below
The text was updated successfully, but these errors were encountered: