mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| local.py | ||
| production.py | ||
| test.py | ||