diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-29 11:12:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | 2adf65aad9a99158da6eef7468dde7badd434b1e (patch) | |
tree | 239064507748fcde0dc8b1f6bdab7ebcbf2ed68e /Makefile.example | |
parent | aab04bcf162d1264f7612b729a0dfe3177f24d3f (diff) | |
download | Ishtar-2adf65aad9a99158da6eef7468dde7badd434b1e.tar.bz2 Ishtar-2adf65aad9a99158da6eef7468dde7badd434b1e.zip |
Document templates: adapt models to manage labels
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 70eb78424..fc62e84d2 100644 --- a/Makefile.example +++ b/Makefile.example @@ -140,12 +140,12 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem ishtar_common.titletype \ ishtar_common.supporttype \ ishtar_common.format \ - ishtar_common.documenttemplate \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ ishtar_common.importermodel \ + ishtar_common.documenttemplate \ ishtar_common.importertype \ ishtar_common.regexp \ ishtar_common.valueformater \ |