This commit is contained in:
Roland Geider
2024-01-06 19:45:22 +01:00
parent a26c1cb271
commit 32589310db

View File

@@ -18,7 +18,7 @@
Simple script that filters the output of django's dumpdata command into more
manageable chunks.
After dumping the databas (or parts of it), just copy the file and filter it:
After dumping the database (or parts of it), just copy the file and filter it:
python ./manage.py dumpdata --indent 4 --natural-foreign > extras/scripts/data.json
cd extras/scripts
python3 filter-fixtures.py