Skip to content

Instantly share code, notes, and snippets.

@nara-l
Created September 20, 2018 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nara-l/0e60b248322b4aa82a5d65952d314a86 to your computer and use it in GitHub Desktop.
Save nara-l/0e60b248322b4aa82a5d65952d314a86 to your computer and use it in GitHub Desktop.
Django Fixtures for with tenant_command
python manage.py tenant_command dumpdata --schema="schema-name" app.personalitytypes > app/fixtures/data.json
# 'app' and 'schema-name' to be replaced with necessary variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment