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 was archived by the owner on Jan 3, 2019. It is now read-only.
The @storage_management decorator is currently being used in views.py to log storage failures as well as handle storage persistence, abort and restart functions. Ideally, these decorators should be removed in views and their functionality replaced by defining a context manager in the storage classes.
The
@storage_managementdecorator is currently being used inviews.pyto log storage failures as well as handle storage persistence, abort and restart functions. Ideally, these decorators should be removed inviewsand their functionality replaced by defining a context manager in the storage classes.