From 9e7b90546562144abc2c7195743ec34507f57cc2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Sep 2024 12:56:18 +0200 Subject: 🗃️ archaeological sites: new fields in database MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Types - Current status - Discovery status - Discoverer - Nature of site - Interpretation level - Precise locality - Description - Public description --- Makefile.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 305eb0782..3a5bf220b 100644 --- a/Makefile.example +++ b/Makefile.example @@ -266,10 +266,15 @@ fixtures_operations: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.acttype \ archaeological_operations.period \ + archaeological_operations.sitetype \ archaeological_operations.remaintype \ archaeological_operations.reportstate \ archaeological_operations.recordqualitytype \ archaeological_operations.culturalattributiontype \ + archaeological_operations.sitecurrentstatustype \ + archaeological_operations.sitediscoverystatustype \ + archaeological_operations.natureofsitetype \ + archaeological_operations.interpretationleveltype \ > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.relationtype \ -- cgit v1.2.3