Skip to content

Instantly share code, notes, and snippets.

@mhemesath
Created June 14, 2013 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhemesath/5781843 to your computer and use it in GitHub Desktop.
Save mhemesath/5781843 to your computer and use it in GitHub Desktop.
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