summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-13 17:20:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:39:42 +0200
commit3d69c38a085de81e95bf5d92d0b33987de065452 (patch)
tree6333b00fa851ad9f6c044b1e898ee6d68bffcd69 /Makefile.example
parent0b7161791e0aaa0e5bf3516eca83389d6a2d0c3a (diff)
downloadIshtar-3d69c38a085de81e95bf5d92d0b33987de065452.tar.bz2
Ishtar-3d69c38a085de81e95bf5d92d0b33987de065452.zip
Makefile: add profile type to fixtures
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example1
1 files changed, 1 insertions, 0 deletions
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 \