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

2014-12-27 Thread Some Developer
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 see

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

2014-12-27 Thread Vijay Khemlani
What error are you getting when using storages-redux? On Sat, Dec 27, 2014 at 5:15 PM, Some Developer wrote: > I know about Django storages (which is not compatible with Python 3.4) and > Django storages redux (which is compatible with Python 3.4 but gives an > error when trying to use it to syn

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

2014-12-27 Thread Some Developer
I know about Django storages (which is not compatible with Python 3.4) and Django storages redux (which is compatible with Python 3.4 but gives an error when trying to use it to sync static files to Amazon S3). I'm really looking for another alternative to store my static files and my media fi