mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
As per the discussion in #869, WhiteNoise is for serving static files not for media files (files uploaded from the app by users). For such thing, we still need `DEFAULT_FILE_STORAGE` to be set and we use django-storages for that. |
||
|---|---|---|
| .. | ||
| settings | ||
| __init__.py | ||
| urls.py | ||
| wsgi.py | ||