Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 304 Bytes

overwrite.rst

File metadata and controls

5 lines (3 loc) · 304 Bytes

Overwrite

This is a simple implementation overwrite of the FileSystemStorage. It removes the addition of an '_' to the filename if the file already exists in the storage system. I needed a model in the admin area to act exactly like a file system (overwriting the file if it already exists).