Changes between Version 23 and Version 24 of DjangoGraphviz
- Timestamp:
- May 1, 2007, 12:40:42 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoGraphviz
v23 v24 19 19 20 20 == Command == 21 An Example command to generate a png file is: dot tmp.dot -Tpng -o model.png 21 22 Once you use this python script to generate the dot file ({{{app.dot}}}), ensure you have {{{dot}}} installed (part of Graphviz), and issue: 23 {{{ 24 dot app.dot -Tpng -o app.png 25 }}} 26 22 27 == Other References == 23 28