Skip to content

Instantly share code, notes, and snippets.

@lmorillas
Created April 21, 2023 09:07
Show Gist options
  • Save lmorillas/679b5c155a892dae611f7f96eb0ffaf1 to your computer and use it in GitHub Desktop.
Save lmorillas/679b5c155a892dae611f7f96eb0ffaf1 to your computer and use it in GitHub Desktop.
# saltos de línea en windows' ^?
python manage.py dumpdata --natural-foreign --indent 2 ^
-e contenttypes -e auth.permission -e wagtailsearch.indexentry ^
-e wagtailcore.groupcollectionpermission ^
-e wagtailcore.grouppagepermission -e wagtailimages.rendition ^
-e sessions > data.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment