@@ -10,16 +10,13 @@ render_process_graph
10
10
Render process graph to file::
11
11
12
12
usage: manage.py render_process_graph [-h] [-f {svg,pdf,png}] [-d DIRECTORY]
13
- [-c] [--version] [-v {0,1,2,3}]
14
- [--settings SETTINGS]
15
- [--pythonpath PYTHONPATH] [--traceback]
16
- [--no-color]
17
- [model [model ...]]
13
+ [-c] [model [model ...]]
18
14
19
15
Render process graph to file.
20
16
21
17
positional arguments:
22
- model
18
+ model List of models to render in the form
19
+ app_label.model_name
23
20
24
21
optional arguments:
25
22
-h, --help show this help message and exit
@@ -29,16 +26,3 @@ Render process graph to file::
29
26
Output directory. Default is current working
30
27
directory.
31
28
-c, --cleanup Remove dot-files after rendering.
32
- --version show program's version number and exit
33
- -v {0,1,2,3}, --verbosity {0,1,2,3}
34
- Verbosity level; 0=minimal output, 1=normal output,
35
- 2=verbose output, 3=very verbose output
36
- --settings SETTINGS The Python path to a settings module, e.g.
37
- "myproject.settings.main". If this isn't provided, the
38
- DJANGO_SETTINGS_MODULE environment variable will be
39
- used.
40
- --pythonpath PYTHONPATH
41
- A directory to add to the Python path, e.g.
42
- "/home/djangoprojects/myproject".
43
- --traceback Raise on CommandError exceptions
44
- --no-color Don't colorize the command output.
0 commit comments