class Storage [source]
The Storage class provides a standardized API for storing files, along with a set of default behaviors that all other storage systems can inherit or override as necessary.
Note When methods return naive datetime objects, the effective timezone used will be the current value of os.environ['TZ']; note that this is usually set from Django’s TIME_ZONE.
accessed_time(name) [source]
Returns a naive datetime object containing the last accessed time of the file. For stora