cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings Set COMPRESS_ROOT to STATIC_ROOT for compressor 2020-08-13 10:13:40 -04:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
api_router.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
asgi.py Make sure to resolve symbolic links, uses an absolute path in ROOT_DIR 2020-04-30 11:33:46 -03:00
celery_app.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
urls.py Fixed linter checks 2020-03-24 21:42:28 -04:00
websocket.py Fixed linter check for #2506 2020-03-24 16:12:47 -04:00
wsgi.py Make sure to resolve symbolic links, uses an absolute path in ROOT_DIR 2020-04-30 11:33:46 -03:00