Changes between Version 30 and Version 31 of DjangoGraphviz


Ignore:
Timestamp:
Aug 20, 2008, 11:49:50 PM (16 years ago)
Author:
Nicola Larosa
Comment:

Small grammar fix

Legend:

Unmodified
Added
Removed
Modified
  • DjangoGraphviz

    v30 v31  
    3434You might also be interested in [http://www.exit66.com/diagram.zip this Django app by Andrew Barilla ] from which I borrowed some ideas, that displays the graphviz results directly from the web.
    3535
    36 [http://code.google.com/p/django-command-extensions/ Django-command-extensions] already provides a command to visualize your models. Using an improved version of the modelviz script. It also includes/supports grouping of your Django applications. Which will group all models of a single app together. This makes larger projects much more easy and clear to view.
     36[http://code.google.com/p/django-command-extensions/ Django-command-extensions] already provides a command to visualize your models. Using an improved version of the modelviz script. It also includes/supports grouping of your Django applications. Which will group all models of a single app together. This makes larger projects much easier and clearer to view.
    3737
    3838Usage:
Back to Top