Changes between Version 35 and Version 36 of DjangoGraphviz


Ignore:
Timestamp:
Feb 5, 2013, 5:56:38 AM (11 years ago)
Author:
k.art@…
Comment:

linked site is offline

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v35 v36  
    11= Converting Django models into Graphviz DOT files =
    22
    3 Inspired by [http://www.hackdiary.com/archives/000093.html this nice hack by Matt Biddulph], this is a Python script that generates a [http://www.graphviz.org/ Graphviz] DOT file for quick visualizations of Django model definitions.
     3This is a Python script that generates a [http://www.graphviz.org/ Graphviz] DOT file for quick visualizations of Django model definitions.
    44
    55== Source code ==
Back to Top