diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 04:44:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-18 04:44:35 +0200 |
commit | 88bffcfac07333c51c4fb048a7de01de9e8bd505 (patch) | |
tree | ca006d9658f2acfc6c643317b3ce45225404b4e7 /Makefile.example | |
parent | 007e150f3bf7c1bb7db5602253bfb05e50a1635c (diff) | |
parent | 804d2cd857046753adc36590d1e37e1f7b7053f1 (diff) | |
download | Ishtar-88bffcfac07333c51c4fb048a7de01de9e8bd505.tar.bz2 Ishtar-88bffcfac07333c51c4fb048a7de01de9e8bd505.zip |
Merge branch 'master' into develop
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 fd68cfe99..f5a096392 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 \ - auth.group \ + auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem |