Browse Source

Re-enabled static asset compression

pull/160/head
Mike Olund 8 years ago
parent
commit
a96beaa197
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      edivorce/settings/openshift.py

+ 3
- 3
edivorce/settings/openshift.py View File

@ -37,9 +37,9 @@ DATABASES = {
WEASYPRINT_URL = 'http://weasyprint:5001'
WEASYPRINT_CSS_LOOPBACK = 'http://edivorce-django:8080'
# Django Compressor offline compression (triggered by setup.py during OpenShift build)
COMPRESS_ENABLED = False
# COMPRESS_OFFLINE = True
# Django Compressor offline compression (triggered by wsgi.py during OpenShift deployment)
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = True
# The app will be served out of a subdirectory of justice.gov.bc.ca
# PROD: /divorce


Loading…
Cancel
Save