Created
June 14, 2013 13:35
-
-
Save mhemesath/5781843 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PIPELINE_LESS_ARGUMENTS = '--include-path=' + ':'.join([ | |
'{0}/static/less'.format(app_module.filename) | |
for app_module in [pkgutil.get_loader(app) for app in INSTALLED_APPS] | |
]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment