view context_processors.py @ 162:57fc77eca92c

Added horizontal scroll to bundle file-browser Also adjusted the horizontal padding/margin
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:42:37 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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