From 233e15778b130eca28fa2a94b65e0349551d5841 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Jul 2017 16:10:42 +0200 Subject: Makefile: add auth permissions to base fixtures --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3