You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm serving static files from S3 using collectstatic command using djanog-storages, Right now it stores all the static content inside the S3 bucket, /s3-bucket/ Instead i want to store these files inside static folder under my bucket. /s3-bucket/static/
Message has been deleted
Bruno A.
unread,
Mar 23, 2016, 9:52:26 AM3/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I believe the S3BotoStorage class is using the setting AWS_LOCATION to decide where to store it. Adding this to your settings.py should do the job: