view context_processors.py @ 164:345936c0fed7

remove distribute from pip-requirements This was causing trouble because pip would attempt to install a replacement distribute and thus break its own installation.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 17 Oct 2012 10:13:11 -0400
parents 7a27b1c9cb84
children
line wrap: on
line source

from django.conf import settings


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