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
Percy
Percy16mo ago
Project ID: a61b96c9-9a70-461b-a2c7-f476fe90ba1b
Percy
Percy16mo ago
No, Django does not serve media files. You need to use an external service like bunny.net or S3 to host them.
⚠️ experimental feature
tanjimreza
tanjimreza16mo ago
a61b96c9-9a70-461b-a2c7-f476fe90ba1b
Brody
Brody16mo ago
Whitenoise?