diff options
| author | root <root@lalalizard.com> | 2012-12-09 14:13:57 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-09 14:13:57 -0500 |
| commit | b0a477245cc86525033749fe4dcd098076b49ab7 (patch) | |
| tree | 3c5847284fb10851b3305dd858d4ced5a2c3a467 | |
| parent | ee524f6861dcdca7ea12a960f60f8b3bf817358d (diff) | |
fix local paths
| -rw-r--r-- | scannerjammer/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scannerjammer/settings.py b/scannerjammer/settings.py index 1ec10be..ffeaf73 100644 --- a/scannerjammer/settings.py +++ b/scannerjammer/settings.py @@ -50,7 +50,7 @@ USE_TZ = True # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/" -MEDIA_ROOT = '/home/boyko/www/scannerjammer.fm/media/' +MEDIA_ROOT = '/var/www/scannerjammer.fm/www/scannerjammer.fm/media/' # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. @@ -61,7 +61,7 @@ MEDIA_URL = '/media/' # Don't put anything in this directory yourself; store your static files # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = '/home/boyko/www/scannerjammer.fm/static/' +STATIC_ROOT = '/var/www/scannerjammer.fm/www/scannerjammer.fm/static/' # URL prefix for static files. # Example: "http://media.lawrence.com/static/" |
