Skip to content

Instantly share code, notes, and snippets.

@Walkeryr
Created October 17, 2013 09:30
Show Gist options
  • Save Walkeryr/7021910 to your computer and use it in GitHub Desktop.
Save Walkeryr/7021910 to your computer and use it in GitHub Desktop.
Create Django fixture for single models
python manage.py dumpdata --indent 2 content.PageType content.ColumnType content.BlockType > initial_data.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment