Skip to content

dzhibas/django-yuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages