Skip to content

Commit

Permalink
Merge pull request #1389 from Offpics/patch-2
Browse files Browse the repository at this point in the history
Update graph_models.rst
  • Loading branch information
trbs committed Jun 27, 2019
2 parents d6d0758 + d98f4b1 commit ecc3341
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/graph_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,20 @@ image by using the *graph_models* command::

::

# Create a excluding certain models
# Create a graph excluding certain models
$ ./manage.py graph_models -a -X Foo,Bar -o my_project_sans_foo_bar.png

::

# Create a graph without showing its edges' labels
$ ./manage.py graph_models -a --hide-edge-labels -o my_project_sans_foo_bar.png

::

# Create a graph with 'normal' arrow shape for relations
$ ./manage.py graph_models -a --arrow-shape normal -o my_project_sans_foo_bar.png



.. _GraphViz: http://www.graphviz.org/
.. _pygraphviz: https://pygraphviz.github.io/
Expand Down

0 comments on commit ecc3341

Please sign in to comment.