Skip to content

Instantly share code, notes, and snippets.

@katoozi
Last active June 14, 2020 19:21
Show Gist options
  • Save katoozi/188eea184e95acd652eb860f970dfaef to your computer and use it in GitHub Desktop.
Save katoozi/188eea184e95acd652eb860f970dfaef to your computer and use it in GitHub Desktop.
Django Backup Command
python3 manage.py dumpdata --natural-foreign --exclude auth.permission --exclude contenttypes --exclude admin.LogEntry --exclude sessions > db.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment