Skip to content

Instantly share code, notes, and snippets.

@bernardoduarte
Last active November 1, 2019 00:32
Show Gist options
  • Save bernardoduarte/4efff29e96bbdbc22e58c6db9e2cc6c9 to your computer and use it in GitHub Desktop.
Save bernardoduarte/4efff29e96bbdbc22e58c6db9e2cc6c9 to your computer and use it in GitHub Desktop.
Transferência de dados do banco em django para outra aplicação django

./manage.py dumpdata --exclude auth.permission --exclude contenttypes > db.json

./manage.py loaddata db.json

Obtained from Coderwall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment