diff options
Diffstat (limited to 'docs/howto/static-files')
| -rw-r--r-- | docs/howto/static-files/deployment.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt index 396c8c85c0..da0427343e 100644 --- a/docs/howto/static-files/deployment.txt +++ b/docs/howto/static-files/deployment.txt @@ -95,7 +95,7 @@ Here's how this might look in a fabfile:: from fabric.contrib import project # Where the static files get collected locally. Your STATIC_ROOT setting. - env.local_static_root = '/tmp/static' + env.local_static_root = '/path/to/static' # Where the static files should go remotely env.remote_static_root = '/home/www/static.example.com' |
