Skip to content

Instantly share code, notes, and snippets.

@fwenzel
Forked from davedash/Serialize Django things
Created March 5, 2010 07:22
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 fwenzel/322529 to your computer and use it in GitHub Desktop.
Save fwenzel/322529 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