summaryrefslogtreecommitdiff
path: root/Makefile.example
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
commitedbb3c82f03340fb231502677d1df8f56634feb1 (patch)
tree721a545d00d4be76512207a6b9df57b469301652 /Makefile.example
parentd75647cbee36cb6fb8ed21330d6c656ec264776e (diff)
downloadIshtar-edbb3c82f03340fb231502677d1df8f56634feb1.tar.bz2
Ishtar-edbb3c82f03340fb231502677d1df8f56634feb1.zip
Makefile: change importer fixture generation in order to manage natural keys
Diffstat (limited to 'Makefile.example')
-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 \