diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-06 23:34:08 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-06 23:34:08 -0800 |
commit | b88372f0327976c31e6b508b26729bab60743f82 (patch) | |
tree | 16958c4395bc881399e475a927162e8837d67310 /bn_django/settings.py | |
parent | f025a9f65ecd76e4442ce62684218ecb81506c9b (diff) | |
download | bnewnet-b88372f0327976c31e6b508b26729bab60743f82.tar.gz bnewnet-b88372f0327976c31e6b508b26729bab60743f82.zip |
photos app roughed in, style tweaked
TODO: search code
Diffstat (limited to 'bn_django/settings.py')
-rw-r--r-- | bn_django/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/settings.py b/bn_django/settings.py index 282f4c9..e8ee891 100644 --- a/bn_django/settings.py +++ b/bn_django/settings.py @@ -38,7 +38,7 @@ MEDIA_ROOT = '/home/bnewbold/bn-project/media/' # URL that handles the media served from MEDIA_ROOT. # Example: "http://media.lawrence.com" -MEDIA_URL = 'http://bryannewbold.com/media/' +MEDIA_URL = '/media/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. |