diff options
| author | root <root@lalalizard.com> | 2012-11-26 12:09:06 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-11-26 12:09:06 -0500 |
| commit | ee524f6861dcdca7ea12a960f60f8b3bf817358d (patch) | |
| tree | 3a54ff0e071fff08d1111add2d0ae2c8fe65ee85 /scannerjammer | |
| parent | e0bc5e67f0be025aa54fbac3d25065b4b8c00f40 (diff) | |
s/scannerjammer.com/scannerjammer.fm/ replacement
Diffstat (limited to 'scannerjammer')
| -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 16e9bb4..1ec10be 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.com/media/' +MEDIA_ROOT = '/home/boyko/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.com/static/' +STATIC_ROOT = '/home/boyko/www/scannerjammer.fm/static/' # URL prefix for static files. # Example: "http://media.lawrence.com/static/" |
