Skip to content

Instantly share code, notes, and snippets.

@davedash
Created January 20, 2010 00:01
Show Gist options
  • Save davedash/281452 to your computer and use it in GitHub Desktop.
Save davedash/281452 to your computer and use it in GitHub Desktop.
Great for fixtures
from django.core.serializers import serialize
serialize('json', [list, of, objects], indent=4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment