diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:28:52 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:28:52 +0200 |
| commit | 1b246239c77b23c5b8d062057d2bf885716a0e15 (patch) | |
| tree | 3b8539fd9a95555c6154b4a00f4e31b9693d1768 /Makefile.example | |
| parent | 4aa6e59b2968e14e9f111fa4f3fceb874c91ca4b (diff) | |
| parent | c89fd76e88e9d345399d7565803fa3b6c0e7fa21 (diff) | |
| download | Ishtar-1b246239c77b23c5b8d062057d2bf885716a0e15.tar.bz2 Ishtar-1b246239c77b23c5b8d062057d2bf885716a0e15.zip | |
Merge branch 'master' into v0.9
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 abbaf9202..8f0e2e72c 100644 --- a/Makefile.example +++ b/Makefile.example @@ -158,7 +158,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 |
