Closed zielmicha closed 9 years ago
<script>
<body>
Django Compressor requires writable /static directory. I think OpenShift allows it, but if it is a problem it can be disabled as it saves <0.5s. (COMPRESS_ENABLED = False)
/static
COMPRESS_ENABLED = False
<script>
to the end of<body>
Django Compressor requires writable
/static
directory. I think OpenShift allows it, but if it is a problem it can be disabled as it saves <0.5s. (COMPRESS_ENABLED = False
)