summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-01 20:18:51 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-01 20:18:51 +0200
commit87e1247d27a7d2c6304bc2a5b36d7faa42e7a165 (patch)
tree991950eabadbd7bd620febd56058eab896ed23fc /Makefile
parentfffa82d3f59736d7f495b47469305e65f46290b5 (diff)
downloadComm-on-net-87e1247d27a7d2c6304bc2a5b36d7faa42e7a165.tar.bz2
Comm-on-net-87e1247d27a7d2c6304bc2a5b36d7faa42e7a165.zip
Update documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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