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/symlinkcopy.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/backends/symlinkcopy.rst (limited to 'docs/backends/symlinkcopy.rst') diff --git a/docs/backends/symlinkcopy.rst b/docs/backends/symlinkcopy.rst new file mode 100644 index 0000000..be4abe1 --- /dev/null +++ b/docs/backends/symlinkcopy.rst @@ -0,0 +1,6 @@ +Symlink or copy +=============== + +Stores symlinks to files instead of actual files whenever possible + +When a file that's being saved is currently stored in the symlink_within directory, then symlink the file. Otherwise, copy the file. -- cgit v1.3.1