diff options
-rw-r--r-- | bn_django/photos/manual_import.py | 2 |
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 |