visualculture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

context_processors.py
text/x-python

Download raw (107 bytes)

import settings

def compress_enabled(context):
    return {'COMPRESS_ENABLED': settings.COMPRESS_ENABLED}