Saturday, December 27, 2014

Re: Storing files to Google Cloud Storage or Amazon S3 using Python 3.4

On 27/12/14 21:47, Vijay Khemlani wrote:
> What error are you getting when using storages-redux?
>

Hmm. Seems I have managed to fix it. Not entirely sure what I was doing
wrong before though.

Anyway for future reference django-storages-redux and the latest version
of boto with Python 3.4.2 seems to work as expected.

I had to sub-class the S3BotoStorage class in order to separate out
the media files from the static files but after a bit of testing that
also seems to be working fine.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/549F48E7.5020703%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment