summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-03 19:43:34 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-03 20:14:17 +0100
commit573aa0a6e6bbbd8454917845f8180eb64612c952 (patch)
treeefebb8200d651df3e691db17440f45628f4a6ca5 /Makefile.example
parent4703a5d89fd760ca2c75f1fa55d63a024e939337 (diff)
downloadIshtar-573aa0a6e6bbbd8454917845f8180eb64612c952.tar.bz2
Ishtar-573aa0a6e6bbbd8454917845f8180eb64612c952.zip
Fixtures: add spatial ref system
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index d251155ed..516daadc5 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -166,7 +166,7 @@ fixtures_auth:
auth.group \
> '../fixtures/initial_data-auth-'$(default_data)'.json'
-fixtures_common: fixtures_common_importers fixtures_common_towns
+fixtures_common: fixtures_common_importers fixtures_common_towns fixtures_spatialrefsystem
cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
ishtar_common.authortype \
ishtar_common.persontype \
@@ -195,6 +195,11 @@ fixtures_common_towns:
ishtar_common.town \
> '../ishtar_common/fixtures/initial_towns-'$(default_data)'.json'
+fixtures_spatialrefsystem:
+ cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
+ ishtar_common.SpatialReferenceSystem \
+ > '../ishtar_common/fixtures/initial_spatialrefsystem-'$(default_data)'.json'
+
fixtures_operations:
cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
archaeological_operations.acttype \