From f6f20e5745a0c6eb3f07b4e0b33454c87c48f6e6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 May 2019 13:04:40 +0200 Subject: Data importer: add value formaters based on Python format() string --- Makefile.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 1609d1091..ffd3ea86a 100644 --- a/Makefile.example +++ b/Makefile.example @@ -103,7 +103,7 @@ migrations: generate_doc: cd $(project);\ - $(PYTHON) manage.py graph_models --pydot -g -I "ImporterModel,ImporterType,ImporterDefault,ImporterDefaultValues,ImporterColumn,Regexp,ImportTarget,FormaterType,Import" ishtar_common > /tmp/ishtar-imports.dot ;\ + $(PYTHON) manage.py graph_models --pydot -g -I "ImporterModel,ImporterType,ImporterDefault,ImporterDefaultValues,ImporterColumn,ValueFormater,Regexp,ImportTarget,FormaterType,Import" ishtar_common > /tmp/ishtar-imports.dot ;\ dot -Tpng /tmp/ishtar-imports.dot -o ../docs/source/_static/db-imports.png rm /tmp/ishtar-imports.dot cd $(project);\ @@ -139,6 +139,7 @@ fixtures_common_importers: ishtar_common.importermodel \ ishtar_common.importertype \ ishtar_common.regexp \ + ishtar_common.valueformater \ ishtar_common.importerdefault \ ishtar_common.importerdefaultvalues \ ishtar_common.importercolumn \ -- cgit v1.2.3