Mercurial > hg > agora-ahsan
view context_processors.py @ 212:172fef440a90 draft default tip
Code Cleanup in templates and CSS files.
author | Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Sun, 22 Sep 2013 04:16:20 +0500 |
parents | 7a27b1c9cb84 |
children |
line wrap: on
line source
from django.conf import settings def less_compilation(request): return {'compile_less': settings.COMPILE_LESS}