diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-11-30 01:00:56 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-11-30 01:00:56 -0500 |
commit | 2cf6f6b88b01628f5400019887b64b405e38791d (patch) | |
tree | a19f90c499cdcdfb5d7fdbbec49f310c3392a9c8 /bn_django/photos/manual_import.py | |
parent | 5a21a8e9ce7a6e86433929118beab4fc650efc01 (diff) | |
download | bnewnet-2cf6f6b88b01628f5400019887b64b405e38791d.tar.gz bnewnet-2cf6f6b88b01628f5400019887b64b405e38791d.zip |
fixed manual import and added admin for git_wiki
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 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 |