Skip to content

Instantly share code, notes, and snippets.

@austincollinpena
Created March 5, 2020 16:52
Show Gist options
  • Save austincollinpena/2ca26de97f2901acac26765cbd854152 to your computer and use it in GitHub Desktop.
Save austincollinpena/2ca26de97f2901acac26765cbd854152 to your computer and use it in GitHub Desktop.
Dump Django Data excluding User Data
./manage.py dumpdata --exclude auth.permission --exclude contenttypes > db.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment