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 | 0fc21a9641881224cff04dd135e2950b4fcb0032 (patch) | |
tree | 6333b00fa851ad9f6c044b1e898ee6d68bffcd69 /Makefile.example | |
parent | 992b7d028db5b4c4ef45e4a33b3dc4ce480b8270 (diff) | |
download | Ishtar-0fc21a9641881224cff04dd135e2950b4fcb0032.tar.bz2 Ishtar-0fc21a9641881224cff04dd135e2950b4fcb0032.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 \ |