From 3d69c38a085de81e95bf5d92d0b33987de065452 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Apr 2018 17:20:27 +0200 Subject: Makefile: add profile type to fixtures --- Makefile.example | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.example b/Makefile.example index 5fbc0a0ae..bee12507d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -123,6 +123,7 @@ fixtures_auth: fixtures_common: fixtures_common_importers fixtures_spatialrefsystem cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ ishtar_common.authortype \ + ishtar_common.profiletype \ ishtar_common.persontype \ ishtar_common.organizationtype \ ishtar_common.sourcetype \ -- cgit v1.2.3