diff options
| 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 |
| commit | 87e1247d27a7d2c6304bc2a5b36d7faa42e7a165 (patch) | |
| tree | 991950eabadbd7bd620febd56058eab896ed23fc /Makefile | |
| parent | fffa82d3f59736d7f495b47469305e65f46290b5 (diff) | |
| download | Comm-on-net-87e1247d27a7d2c6304bc2a5b36d7faa42e7a165.tar.bz2 Comm-on-net-87e1247d27a7d2c6304bc2a5b36d7faa42e7a165.zip | |
Update documentation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
