Skip to content

Instantly share code, notes, and snippets.

@shofetim
Created March 18, 2013 17:47
Show Gist options
  • Select an option

  • Save shofetim/5189221 to your computer and use it in GitHub Desktop.

Select an option

Save shofetim/5189221 to your computer and use it in GitHub Desktop.
products = Product.objects.all()
for p in products:
print unicode(p.cached_primary_image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment