diff options
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 |
commit | fd5e330ede426a7152deab41620b6a60b63df220 (patch) | |
tree | 02fb227e93c929db6dc4a3d6ef254516bdc6f2fe /Makefile.example | |
parent | 0f88ac0c7abd4ecb5e9bed54474af23752efcbcd (diff) | |
download | Ishtar-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.example | 4 |
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 \ |