From 4d3e1d822c1d9eddaa63d2a830f81d2beea50fd3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Jan 2016 18:04:20 +0100 Subject: Update operation type fixtures --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 837bc74cd..7ea3d8304 100644 --- a/Makefile.example +++ b/Makefile.example @@ -126,6 +126,7 @@ fixtures_common: fixtures_common_importers fixtures_common_towns ishtar_common.persontype \ ishtar_common.organizationtype \ ishtar_common.sourcetype \ + ishtar_common.operationtype \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: @@ -150,7 +151,6 @@ fixtures_common_towns: fixtures_operations: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ archaeological_operations.acttype \ - archaeological_operations.operationtype \ archaeological_operations.period \ archaeological_operations.remaintype \ > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' -- cgit v1.2.3