diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 411aef357..a99f3b7c1 100644 --- a/Makefile.example +++ b/Makefile.example @@ -163,7 +163,7 @@ fixtures_operations: > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' fixtures_context_records: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_context_records.datingquality \ archaeological_context_records.activitytype \ archaeological_context_records.identificationtype \ |