aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/manual_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/photos/manual_import.py')
-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 f5ea5af..8311445 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/bnewnet/media/photos'
+STOCKPHOTO_BASE = 'photos'
# models
from bn_django.photos.models import Gallery, Photo