diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-06-09 14:23:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-06-09 14:23:21 -0700 |
commit | 294f92bfd6c81fd9c134ae20cbceb73f1467ab6b (patch) | |
tree | eba30f35c3ac598bc225321e580a6189307f4374 /bn_django/photos/manual_import.py | |
parent | 4ee40727f10b162a116fe71a7b29f4e162fbbb29 (diff) | |
download | bnewnet-294f92bfd6c81fd9c134ae20cbceb73f1467ab6b.tar.gz bnewnet-294f92bfd6c81fd9c134ae20cbceb73f1467ab6b.zip |
switched directory hierarchy
Diffstat (limited to 'bn_django/photos/manual_import.py')
-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 |