view context_processors.py @ 178:df160069b769

Show list of bundle versions in reverse order
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 23:33:00 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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