diff options
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 |
commit | edbb3c82f03340fb231502677d1df8f56634feb1 (patch) | |
tree | 721a545d00d4be76512207a6b9df57b469301652 | |
parent | d75647cbee36cb6fb8ed21330d6c656ec264776e (diff) | |
download | Ishtar-edbb3c82f03340fb231502677d1df8f56634feb1.tar.bz2 Ishtar-edbb3c82f03340fb231502677d1df8f56634feb1.zip |
Makefile: change importer fixture generation in order to manage natural keys
-rw-r--r-- | Makefile.example | 2 |
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 \ |