summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-18 13:04:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-18 13:04:35 +0200
commit6b5955d0f125f73d68846a27e5742652f7a4429f (patch)
treec6ebca10f45e903564922d7d832fd5913d94c7b2
parente90098410151281bacf4bbd0e068686d31b7844e (diff)
downloadIshtar-6b5955d0f125f73d68846a27e5742652f7a4429f.tar.bz2
Ishtar-6b5955d0f125f73d68846a27e5742652f7a4429f.zip
Makefile: use natural keys for auth export
-rw-r--r--Makefile.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.example b/Makefile.example
index f5a096392..9cb46929f 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -145,8 +145,8 @@ generate_doc:
fixtures: fixtures_auth fixtures_common fixtures_operations fixtures_context_records fixtures_finds fixtures_warehouse fixtures_files
fixtures_auth:
- cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
- auth.permission auth.group \
+ cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-foreign \
+ contenttypes.contenttype auth.permission auth.group \
> '../fixtures/initial_data-auth-'$(default_data)'.json'
fixtures_common: fixtures_common_importers fixtures_spatialrefsystem