David,

I did play around with it little briefly today as you suggested. No
luck. Still get the same error.
I was digging around and it appears that a similar problem was
reported on Django photologue group. I will get more time later this
week to test out more features of S3 backend and also photologue.

Thanks

On Sep 15, 1:23 am, David Larlet <[EMAIL PROTECTED]> wrote:
> Le 15 sept. 08 à 07:16, David Zhou a écrit :
>
> > On Sep 15, 2008, at 1:01 AM, vinay wrote:
>
> >> File "/usr/lib/python2.5/site-packages/django/core/files/
> >> storage.py", line 81, in path
> >>   raise NotImplementedError("This backend doesn't support absolute
> >> paths.")
> >> NotImplementedError: This backend doesn't support absolute paths.
>
> > Sounds like you just need to define that method for the S3 backend.
> > It's falling back on the base method that spits out the exception.
>
> No, this is explicitly mentioned that you should not implement this  
> method for 
> storages:http://docs.djangoproject.com/en/dev/ref/files/storage/#storage-path-...
>
> this bug is a photologue one which should use photo.url and not  
> photo.get_absolute_url here for 
> instance:http://code.google.com/p/django-photologue/source/browse/trunk/photol...
>
> Let me know if it works with .url please.
>
> Regards,
> David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to