AndrewSmiley / django-docker-eb

Basic setup for Django+Docker running on AWS Elastic Beanstalk
46 stars 9 forks source link

django-storages and boto #4

Open kcoyner opened 8 years ago

kcoyner commented 8 years ago

Have you ever tried to integrate django-storages and boto into this set-up so that you can serve static files from S3? Your example here for the django-docker-eb is great and works out of the box, but the moment I add in basic language to try and serve up static content from S3, I get errors (Bad Gateway from nginx). Thanks much for the nice example/write-up.

AndrewSmiley commented 8 years ago

Have not attempted that one yet. I'll see if I can write something up!