Changes between Version 23 and Version 24 of DjangoGraphviz


Ignore:
Timestamp:
May 1, 2007, 12:40:42 AM (17 years ago)
Author:
Michael Axiak <axiak@…>
Comment:

cleaned command

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v23 v24  
    1919
    2020== Command ==
    21 An Example command to generate a png file is: dot tmp.dot -Tpng -o model.png
     21
     22Once you use this python script to generate the dot file ({{{app.dot}}}), ensure you have {{{dot}}} installed (part of Graphviz), and issue:
     23{{{
     24dot app.dot -Tpng -o app.png
     25}}}
     26
    2227== Other References ==
    2328
Back to Top