cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Andrew Chen Wang 1cb2a0c98e
Set COMPRESS_ROOT to STATIC_ROOT for compressor
Django compressor also recommends the `COMPRESS_ROOT` be the STATIC_ROOT. This also makes sure the utils is set up properly so that the CACHE directory is actually publicly available (it'll be inside the static directory as a subdirectory).
2020-08-13 10:13:40 -04:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Update {{cookiecutter.project_slug}}/config/settings/base.py 2020-07-20 11:21:06 -05:00
local.py Adding some spaces to pass build :P 2020-04-07 19:29:46 -03:00
production.py Set COMPRESS_ROOT to STATIC_ROOT for compressor 2020-08-13 10:13:40 -04:00
test.py Fix loaders option in test environment as well 2020-01-14 21:19:44 -06:00