Re: new 3.0.3 from scratch install, unable to enable Amazon S3 for File Storage

2018-03-21 Thread jamie . gruener
That did the trick. Thanks again! --Jamie On Wednesday, March 21, 2018 at 4:16:08 PM UTC-4, Christian Hammond wrote: > > Hi Jamie, > > I need to update the installation instructions for this, but you'll need > to install django-storages 1.1.8: > > sudo pip install django-storages==1.1.8 > >

Re: new 3.0.3 from scratch install, unable to enable Amazon S3 for File Storage

2018-03-21 Thread Christian Hammond
Hi Jamie, I need to update the installation instructions for this, but you'll need to install django-storages 1.1.8: sudo pip install django-storages==1.1.8 The reason is that newer versions don't support Django 1.6, and that's probably causing the import for the module to fail. We're

new 3.0.3 from scratch install, unable to enable Amazon S3 for File Storage

2018-03-21 Thread jamie . gruener
AWS, RHEL 7, from scratch install of Review Board 3.0.3. At the CLI of the server: [user@hostname ~]$ sudo pip install -U django-storages Requirement already up-to-date: django-storages in /usr/lib/python2.7/site- packages But in the web GUI: Amazon S3 depends on django-storages, which is not