mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
4be48b7999
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 |