-
Notifications
You must be signed in to change notification settings - Fork 0
License
devsar/ae-modelviz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Script to dump a graphviz of the models with properties, methods and references of your projects. There is some code borrow from the django helper and django-extensions Hope you like! Sebastian, devsar.com HOW TO USE: $ python modelviz.py test.models > test/models.dot THEN: $ dot test/models.dot -Tsvg -o test/models.svg OR $ dot test/models.dot -Tpng -o test/models.png TIP: you may have to do a symbolic link to your app engine sdk like: $ ln -s path_to_google_appengine .google_appengine
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published