cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings Use django-storages for media files if using WhiteNoise - fixes #1192 2017-08-02 20:10:49 +01:00
__init__.py Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
urls.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
wsgi.py Fix multiple imports on one line 2017-04-13 11:30:57 -07:00