From fd5e330ede426a7152deab41620b6a60b63df220 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Sep 2024 19:04:34 +0200 Subject: 🗃️ context records new fields, default values, admin interface - town add notice (refs #6024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Town: - notice Context records: - excavated length - excavated width - structure - texture - colors - details on colors - inclusions --- Makefile.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index ece0024e7..e3225daa4 100644 --- a/Makefile.example +++ b/Makefile.example @@ -287,6 +287,10 @@ fixtures_context_records: archaeological_context_records.datingtype \ archaeological_context_records.excavationtechnictype \ archaeological_context_records.documentationtype \ + archaeological_context_records.structuretype \ + archaeological_context_records.texturetype \ + archaeological_context_records.colortype \ + archaeological_context_records.inclusiontype \ > '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json' cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_context_records.relationtype \ -- cgit v1.2.3