Re: Staticfiles on S3

2019-09-19 Thread Elias Coutinho
I put in S3 in Permissions> CORS Configuration the following: * GET PUT POST DELETE 3000 * And solved! It would be interesting if you could send these CORS through the system. Thank you guys. Em qua

Re: Staticfiles on S3

2019-09-16 Thread Aldian Fazrihady
Elias, please set up the CORS policy of the S3 bucket: https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-cors-configuration.html On Tue, Sep 17, 2019 at 3:44 AM Anthony Goslar wrote: > Try using Django-storages and follow the tutorial on > simpleisbetterthancomplex.com > > This looks li

Re: Staticfiles on S3

2019-09-16 Thread Anthony Goslar
Try using Django-storages and follow the tutorial on simpleisbetterthancomplex.com This looks like a permissions issue. I had similar issues with Google Buckets and sorted it out by reading the django-storages methods for Google buckets in the source code and then making sure all the settings wer

Re: Staticfiles on S3

2019-09-04 Thread sachinbg sachin
Mention aws key value in setting On Thu, Sep 5, 2019, 2:06 AM mohammed habib wrote: > Did you run python manage.py collectstatic > > Are you using static template tags to heed your html link href fields > > Sent from my iPhone > > On 4 Sep 2019, at 23:06, Elias Coutinho wrote: > > Guys good aft

Re: Staticfiles on S3

2019-09-04 Thread mohammed habib
Did you run python manage.py collectstatic Are you using static template tags to heed your html link href fields Sent from my iPhone > On 4 Sep 2019, at 23:06, Elias Coutinho wrote: > > Guys good afternoon, > > I managed to put my static folder in s3, the problem is that my effects > alread

Staticfiles on S3

2019-09-04 Thread Elias Coutinho
Guys good afternoon, I managed to put my static folder in s3, the problem is that my effects already lost power. lol The staticfiles folder where the auxiliary applications are installed stop working, in my case it was django-material, select2 and others. If I comment this code