diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:08:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 13:08:56 +0200 |
commit | 01a3a0f8c3824749f68bf70e30bcb7417b18dfd1 (patch) | |
tree | 8449ca2a9e6653593844549f293920fe10d4a762 /Makefile.example | |
parent | 6b5955d0f125f73d68846a27e5742652f7a4429f (diff) | |
download | Ishtar-01a3a0f8c3824749f68bf70e30bcb7417b18dfd1.tar.bz2 Ishtar-01a3a0f8c3824749f68bf70e30bcb7417b18dfd1.zip |
Fixtures: remove content type from auth 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 9cb46929f..442888f54 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 \ - contenttypes.contenttype auth.permission auth.group \ + auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem |