|
|
|
|
|
by Jaxkr
439 days ago
|
|
> a static files pipeline for Django with whitenoise, how is that not included by default? It is. They have a file server in debug mode and recommend something like nginx for serving files in production (and provide a collectstatic command to make that easy). People shouldn’t be using a WSGI server to serve static media. Whitenoise shouldn’t exist. |
|