diff options
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 |
commit | 3d69c38a085de81e95bf5d92d0b33987de065452 (patch) | |
tree | 6333b00fa851ad9f6c044b1e898ee6d68bffcd69 /Makefile.example | |
parent | 0b7161791e0aaa0e5bf3516eca83389d6a2d0c3a (diff) | |
download | Ishtar-3d69c38a085de81e95bf5d92d0b33987de065452.tar.bz2 Ishtar-3d69c38a085de81e95bf5d92d0b33987de065452.zip |
Makefile: add profile type to fixtures
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 1 |
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 \ |