diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 11:39:47 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 11:39:47 +0200 | 
| commit | 9483df442856b343701385f95d548c1fbff5b5eb (patch) | |
| tree | 7827ac188b1fa96c9f23deb73d1e2680db6dc1d9 | |
| parent | efdf70cfc147d533912d0b97daf848fc45689629 (diff) | |
| download | Ishtar-9483df442856b343701385f95d548c1fbff5b5eb.tar.bz2 Ishtar-9483df442856b343701385f95d548c1fbff5b5eb.zip | |
Makefile: add missing model to fixture generators
| -rw-r--r-- | Makefile.example | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Makefile.example b/Makefile.example index ac8e54cc5..21580f330 100644 --- a/Makefile.example +++ b/Makefile.example @@ -217,6 +217,8 @@ fixtures_context_records:  							archaeological_context_records.unit \  							archaeological_context_records.datingtype \  							archaeological_context_records.relationtype \ +							archaeological_context_records.excavationtechnictype \ +							archaeological_context_records.documentationtype \  	   > '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json'  fixtures_finds: @@ -229,12 +231,15 @@ fixtures_finds:  							archaeological_finds.preservationtype \  							archaeological_finds.objecttype \  							archaeological_finds.integritytype \ +							archaeological_finds.batchtype \ +							archaeological_finds.treatmentfiletype \  	   > '../archaeological_finds/fixtures/initial_data-'$(default_data)'.json'  fixtures_warehouse:  	cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \  							archaeological_warehouse.containertype \  							archaeological_warehouse.warehousetype \ +							archaeological_warehouse.warehousedivision \  	   > '../archaeological_warehouse/fixtures/initial_data-'$(default_data)'.json'  fixtures_files: | 
