Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f22a0 commit 67bbb87Copy full SHA for 67bbb87
django_extensions/management/modelviz.py
@@ -6,7 +6,7 @@
6
place this script in the same directory of the project and call
7
the script like this:
8
9
-$ python modelviz.py [-h] [-a] [-d] [-g] [-n] [-L <language> ] [-i <model_names>] <app_label> ... <app_label> > <filename>.dot
+$ python modelviz.py [-h] [-a] [-d] [-g] [-n] [-L <language>] [-i <model_names>] <app_label> ... <app_label> > <filename>.dot
10
$ dot <filename>.dot -Tpng -o <filename>.png
11
12
options:
0 commit comments