summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index b873d86fd..4aeca6f21 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -101,6 +101,8 @@ migrations:
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
rm /tmp/ishtar-imports.dot