diff options
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 |
commit | 078fb44dceb47e68fb2d1e18b5a38ca09f46ac41 (patch) | |
tree | c6ebca10f45e903564922d7d832fd5913d94c7b2 /Makefile.example | |
parent | 2f95f5f60052ee811924dc9572660b3b158d7f96 (diff) | |
download | Ishtar-078fb44dceb47e68fb2d1e18b5a38ca09f46ac41.tar.bz2 Ishtar-078fb44dceb47e68fb2d1e18b5a38ca09f46ac41.zip |
Makefile: use natural keys for auth export
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 4 |
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 |