Skip to content

Instantly share code, notes, and snippets.

@jjl
Created August 2, 2013 14:48
Show Gist options
  • Save jjl/6140437 to your computer and use it in GitHub Desktop.
Save jjl/6140437 to your computer and use it in GitHub Desktop.
Django - code equivalent of the 'static' template tag
from django.core.files.storage import DefaultStorage
return DefaultStorage().url('/path/to/img.gif')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment