Changes between Version 2 and Version 3 of DjangoGraphviz


Ignore:
Timestamp:
Aug 4, 2006, 7:36:59 PM (18 years ago)
Author:
Antonio Cavedoni <antonio@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v2 v3  
     1= Converting Django models into Graphviz DOT files =
     2
    13Inspired by [http://www.hackdiary.com/archives/000093.html this nice hack by Matt Biddulph] I set out to create a similar thing for Django models. Below is an initial implementation, and here are some results generated with the OS X version of Graphviz:
    24
Back to Top