class GzipFileSystemStorage(FileSystemStorage):
def _open(self, name, mode='rb'):
"""TODO: This is good for reading; what about writing?"""
class GzipFileSystemStorage(FileSystemStorage):
def _open(self, name, mode='rb'):
"""TODO: This is good for reading; what about writing?"""