diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-12 13:12:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-12 13:12:32 +0200 |
commit | 0c5b474864311d6a824c77de191543f2bbc8970a (patch) | |
tree | d0ab08cb9549e0490638ddacae6a67a49acbcd46 /Makefile.example | |
parent | 179122d88ca3e0fe6a4d0ad2224bf5f6fec5a476 (diff) | |
download | Ishtar-0c5b474864311d6a824c77de191543f2bbc8970a.tar.bz2 Ishtar-0c5b474864311d6a824c77de191543f2bbc8970a.zip |
Fixtures: natural keys for operation types
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 567a01fea..411aef357 100644 --- a/Makefile.example +++ b/Makefile.example @@ -154,7 +154,7 @@ fixtures_spatialrefsystem: > '../ishtar_common/fixtures/initial_spatialrefsystem-'$(default_data)'.json' fixtures_operations: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.acttype \ archaeological_operations.period \ archaeological_operations.remaintype \ |