diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:55:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:55:19 +0200 |
commit | 030a7a7791f96649029370ead6bcff2c448db52e (patch) | |
tree | c6ebca10f45e903564922d7d832fd5913d94c7b2 /Makefile.example | |
parent | 01a3a0f8c3824749f68bf70e30bcb7417b18dfd1 (diff) | |
download | Ishtar-030a7a7791f96649029370ead6bcff2c448db52e.tar.bz2 Ishtar-030a7a7791f96649029370ead6bcff2c448db52e.zip |
Update contenttype fixture
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 442888f54..9cb46929f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -146,7 +146,7 @@ fixtures: fixtures_auth fixtures_common fixtures_operations fixtures_context_rec fixtures_auth: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-foreign \ - auth.permission auth.group \ + contenttypes.contenttype auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem |