From 75f93a3f7854a7383febd047391e2bfd4caceee0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Mar 2014 17:49:16 +0200 Subject: Initial git fork of django-storages --- docs/backends/overwrite.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/backends/overwrite.rst (limited to 'docs/backends/overwrite.rst') diff --git a/docs/backends/overwrite.rst b/docs/backends/overwrite.rst new file mode 100644 index 0000000..66aa875 --- /dev/null +++ b/docs/backends/overwrite.rst @@ -0,0 +1,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). + -- cgit v1.3.1