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 | d775e97bcc835584a217f595a8d04b16ce011957 (patch) | |
| tree | 8449ca2a9e6653593844549f293920fe10d4a762 /Makefile.example | |
| parent | 078fb44dceb47e68fb2d1e18b5a38ca09f46ac41 (diff) | |
| download | Ishtar-d775e97bcc835584a217f595a8d04b16ce011957.tar.bz2 Ishtar-d775e97bcc835584a217f595a8d04b16ce011957.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 |
