aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2009-06-09 14:23:21 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2009-06-09 14:23:21 -0700
commit294f92bfd6c81fd9c134ae20cbceb73f1467ab6b (patch)
treeeba30f35c3ac598bc225321e580a6189307f4374 /bn_django/photos
parent4ee40727f10b162a116fe71a7b29f4e162fbbb29 (diff)
downloadbnewnet-294f92bfd6c81fd9c134ae20cbceb73f1467ab6b.tar.gz
bnewnet-294f92bfd6c81fd9c134ae20cbceb73f1467ab6b.zip
switched directory hierarchy
Diffstat (limited to 'bn_django/photos')
-rw-r--r--bn_django/photos/manual_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/manual_import.py b/bn_django/photos/manual_import.py
index a9b5448..f5ea5af 100644
--- a/bn_django/photos/manual_import.py
+++ b/bn_django/photos/manual_import.py
@@ -17,7 +17,7 @@ except ImportError:
from StringIO import StringIO
# Handling settings here
-STOCKPHOTO_BASE = '/home/bnewbold/bn-project/media/photos'
+STOCKPHOTO_BASE = '/home/bnewbold/bnewnet/media/photos'
# models
from bn_django.photos.models import Gallery, Photo