From 3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 1 Dec 2020 18:17:04 +0100 Subject: Docs: autogen value documentation --- Makefile.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index b873d86fd..4aeca6f21 100644 --- a/Makefile.example +++ b/Makefile.example @@ -100,6 +100,8 @@ migrations: done generate_doc: + cd $(project);\ + echo 'exec(open("../docs/generate_values_doc.py").read())' | $(PYTHON) ./manage.py shell 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 ;\ dot -Tsvg /tmp/ishtar-imports.dot -o ../docs/source/_static/db-imports.svg -- cgit v1.2.3