python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Django-App s3 bucket not working properly
So I'm currently deploying my website on heroku and I want to serve the static and media files from AWS S3, and at this point the files are being served from aws but the styling is not being applied.
...
Stephane-Gon
Votes: 0
Answers: 1
Can't save InMemoryUploadedFile to S3 in Django Admin
I'm using the django-storage package, and trying to upload multiple images at once. So I overwritten the add_view and save_model methods in ModelAdmin, in order to remove the original image field and ...
andrepz
Votes: 0
Answers: 2
Delete Image on S3 bucket before uploading new image with the same name
I have a model, that on save, it uploads my image to my S3 bucket. But I'm having some trouble when I want to reupload an image with the same name. (Example: when a logo updates it needs to be reuploa...
Yorbjörn
Votes: 0
Answers: 1
Why isn't Django serving staticfiles in production?
I am wondering the reason why Django does not serve the statifiles in production, when DEGUB = False.
STATICFILES_DIRS
We specify STATICFILES_DIRS to tell Django where to look for staticfiles that are...
Enrico
Votes: 0
Answers: 1