cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Bruno Alla 4be48b7999 Use django-storages for media files if using WhiteNoise - fixes #1192
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.
2017-08-02 20:10:49 +01:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Revert "Node.JS + docker-compose = ♥" (#1206) 2017-06-21 23:12:22 +03:00
local.py Setting up new project with mailhog without docker breaks use of mailhog (#553) 2017-06-26 22:21:32 +03:00
production.py Use django-storages for media files if using WhiteNoise - fixes #1192 2017-08-02 20:10:49 +01:00
test.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00