/django-yuml

Generates YUML class diagram for you django project or specified apps in project

Primary LanguagePython

Django Yuml

Generates YUML class diagram for you django project or specified apps in project

http://yuml.me

Installation

  1. Add the django_yuml directory to your Python path.
  2. Add django_yuml to your INSTALLED_APPS setting so Django can find it.

Examples

  1. python manage.py yuml yourapp yoursecondapp --scruffy -s 75 -o test.png

  2. python manage.py yuml justoneapp --scruffy -o test.pdf

  3. generate whole project yuml

    python manage.py yuml -a -o test.jpg

  4. python manage.py yuml auth contenttypes sessions admin -o test.pdf

This is how looks generated diagram for command: