[Answered ]-Design Documents for Python/Django?

1👍

Django doesn’t map properly to class diagrams. Skip that part and go with the other diagrams.

1👍

Have you tried django-command extensions?. That is useful to generate a graphical overview of your models, and it belong to your design documents.

http://code.google.com/p/django-command-extensions/wiki/GraphModels

Leave a comment