Skip to content

Instantly share code, notes, and snippets.

@damilare
Created July 22, 2012 09:59
Show Gist options
  • Save damilare/3159149 to your computer and use it in GitHub Desktop.
Save damilare/3159149 to your computer and use it in GitHub Desktop.
Load Plugin
if settings.TWITTER_INTEGRATION_ENABLED:
js_files.append('components/twitter.js')
if settings.GITHUB_INTEGRATION_ENABLED:
js_files.append('components/github.js')
if settings.DRIBBBLE_INTEGRATION_ENABLED:
js_files.append('components/dribbble.js')
if settings.INSTAGRAM_INTEGRATION_ENABLED:
js_files.append('components/instagram.js')
if settings.DISQUS_INTEGRATION_ENABLED:
js_files.append('components/disqus.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment