On Oct 22, 2018, at 11:53, Akash Purandare <[email protected]> wrote: > However the issue is not with Whitenoise. Whitenoise can be used to serve > static files, yes. But how do I use it to serve media assets in the project?
Sorry, missed the media part. Michal is right, you will need to install and configure django-storages for S3. https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html Related: https://docs.djangoproject.com/en/2.1/ref/settings/#media-root https://docs.djangoproject.com/en/2.1/ref/settings/#media-url This tutorial may be useful (Updated in 2017): https://www.caktusgroup.com/blog/2014/11/10/Using-Amazon-S3-to-store-your-Django-sites-static-and-media-files/ Andrew https://jambonsw.com https://django-unleashed.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/16D1C20E-91C9-4E16-B4E3-F410F815FA3D%40andrewsforge.com. For more options, visit https://groups.google.com/d/optout.

