view context_processors.py @ 190:95edf106bdef default tip

Create BundleVersion when uploading text bundles Forgot to add that earlier
author dellsystem <ilostwaldo@gmail.com>
date Tue, 19 Feb 2013 01:53:59 -0500
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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