summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-11 21:31:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-11 21:31:35 +0200
commitf29caec993bce61065d6f96a5ff82d4e931540bc (patch)
tree721a545d00d4be76512207a6b9df57b469301652
parent0e8390c7f1191a2bdb417a99c5026e96a0e34bd0 (diff)
downloadIshtar-f29caec993bce61065d6f96a5ff82d4e931540bc.tar.bz2
Ishtar-f29caec993bce61065d6f96a5ff82d4e931540bc.zip
Makefile: change importer fixture generation in order to manage natural keys
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index e5c63af8b..69370425b 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -129,7 +129,7 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem
> '../ishtar_common/fixtures/initial_data-'$(default_data)'.json'
fixtures_common_importers:
- cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
+ cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \
ishtar_common.importermodel \
ishtar_common.importertype \
ishtar_common.regexp \