Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67bbb87

Browse files
committed
removed space in usage example
1 parent 64f22a0 commit 67bbb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_extensions/management/modelviz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
place this script in the same directory of the project and call
77
the script like this:
88
9-
$ python modelviz.py [-h] [-a] [-d] [-g] [-n] [-L <language> ] [-i <model_names>] <app_label> ... <app_label> > <filename>.dot
9+
$ python modelviz.py [-h] [-a] [-d] [-g] [-n] [-L <language>] [-i <model_names>] <app_label> ... <app_label> > <filename>.dot
1010
$ dot <filename>.dot -Tpng -o <filename>.png
1111
1212
options:

0 commit comments

Comments
 (0)