From 87e1247d27a7d2c6304bc2a5b36d7faa42e7a165 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Aug 2019 20:18:51 +0200 Subject: Update documentation --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b7601a..376d277 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ run: ## run test server $(PYTHON) manage.py runserver 0.0.0.0:8000 generate_graphs: ## generate graph model for documentation - $(PYTHON) manage.py graph_models -g -n -L fr-fr $(APPS) > /tmp/$(PROJECT).dot + $(PYTHON) manage.py graph_models \ + -S --arrow-shape normal -g -n -L fr-fr $(APPS) > /tmp/$(PROJECT).dot dot -Tpng /tmp/$(PROJECT).dot > docs/images/models.png rm /tmp/$(PROJECT).dot \ No newline at end of file -- cgit v1.2.3