Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compress command when using Django Compressor #2523

Merged
merged 1 commit into from
Apr 4, 2020
Merged

Add compress command when using Django Compressor #2523

merged 1 commit into from
Apr 4, 2020

Conversation

gwiskur
Copy link
Contributor

@gwiskur gwiskur commented Apr 4, 2020

Description

Add compress command to docs for when using Django Compressor with a PaaS

Rationale

I ran into this error when deploying to a PaaS; this PR should keep others from running into the same error.

If the django-compressor option is selected, then the compress command is required where COMPRESS_OFFLINE = True is default in the production settings. See here: https://django-compressor.readthedocs.io/en/latest/usage/#offline-compression

Use case(s) / visualization(s)

image

If the django-compressor option is selected, then the ``compress`` command is required where COMPRESS_OFFLINE = True is default in the production settings.  See here: https://django-compressor.readthedocs.io/en/latest/usage/#offline-compression
@browniebroke browniebroke merged commit 83f52c7 into cookiecutter:master Apr 4, 2020
@browniebroke browniebroke mentioned this pull request Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants