Django Serve Media Files?
Hello, I was looking for a way to serve media files in Django without using webserver.
Is there any possible way? Or is there any way to setup nginx media setup with django in railway?
4 Replies
Project ID:
a61b96c9-9a70-461b-a2c7-f476fe90ba1b
No, Django does not serve media files. You need to use an external service like bunny.net or S3 to host them.
⚠️ experimental feature
a61b96c9-9a70-461b-a2c7-f476fe90ba1b
Whitenoise?