summaryrefslogtreecommitdiff
path: root/docs/backends/overwrite.rst
blob: 66aa875381fb6aa469fc7fd333bc25a509287c6c (plain)
1
2
3
4
5
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).