diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-08 13:59:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-08 13:59:29 -0400 |
| commit | ab883a3477147faece3484d50f7e38bf9b138d8f (patch) | |
| tree | 5603057b8da9a10a0e569fe0671556bb019542ea /docs/ref/files | |
| parent | 288b557ac47a76085dc9b8b124fcf3ce67610ac5 (diff) | |
[1.7.x] Removed some tabs in the docs.
Backport of 73ff4498aa from master
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/storage.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index 3fab257457..1d2c31972e 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -38,13 +38,13 @@ The FileSystemStorage Class .. attribute:: location - Absolute path to the directory that will hold the files. + Absolute path to the directory that will hold the files. Defaults to the value of your :setting:`MEDIA_ROOT` setting. .. attribute:: base_url - URL that serves the files stored at this location. - Defaults to the value of your :setting:`MEDIA_URL` setting. + URL that serves the files stored at this location. + Defaults to the value of your :setting:`MEDIA_URL` setting. .. attribute:: file_permissions_mode |
