summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-16 19:04:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-16 19:04:34 +0200
commitfd5e330ede426a7152deab41620b6a60b63df220 (patch)
tree02fb227e93c929db6dc4a3d6ef254516bdc6f2fe /Makefile.example
parent0f88ac0c7abd4ecb5e9bed54474af23752efcbcd (diff)
downloadIshtar-fd5e330ede426a7152deab41620b6a60b63df220.tar.bz2
Ishtar-fd5e330ede426a7152deab41620b6a60b63df220.zip
🗃️ context records new fields, default values, admin interface - town add notice (refs #6024)
Town: - notice Context records: - excavated length - excavated width - structure - texture - colors - details on colors - inclusions
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example4
1 files changed, 4 insertions, 0 deletions
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 \