view context_processors.py @ 154:3183ff09e086

Add python-magic to pip-requirements Forgot to include it before
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:06:17 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


def less_compilation(request):
    return {'compile_less': settings.COMPILE_LESS}